ShitEngine
基于 C++20 与 SDL3 的轻量级 2D 游戏引擎
载入中...
搜索中...
未找到
GameObject.h 文件参考
#include <string>
#include <unordered_map>
#include <typeindex>
#include <memory>
#include <utility>
#include "../Core/Config.h"
#include "../Component/Component.h"
#include "../Component/Behavior.h"
#include "../Component/RendererComponent.h"
#include "../Scene/Scene.h"

浏览该文件的源代码.

class  GameObject
 游戏物体类 更多...

命名空间

namespace  Shit