|
ShitEngine
基于 C++20 与 SDL3 的轻量级 2D 游戏引擎
|
已加载的插件信息 更多...
#include <PluginManager.h>
Public 属性 | |
| void * | handle = nullptr |
| 平台句柄 (HMODULE / void*) | |
| std::string | name |
| 插件名称 | |
| std::string | path |
| DLL 路径 | |
| int | abiVersion = 0 |
| ABI 版本 | |
| std::string | version |
| 插件版本 | |
| RegisterTypesFn | registerTypes = nullptr |
| 注册类型函数 | |
已加载的插件信息
| int abiVersion = 0 |
ABI 版本
| void* handle = nullptr |
平台句柄 (HMODULE / void*)
| std::string name |
插件名称
| std::string path |
DLL 路径
| RegisterTypesFn registerTypes = nullptr |
注册类型函数
| std::string version |
插件版本