|
ShitEngine
基于 C++20 与 SDL3 的轻量级 2D 游戏引擎
|
#include "../Core/Core.h"#include "../Component/Component.h"#include "../Math.h"#include <SDL3/SDL_pixels.h>#include <SDL3/SDL_rect.h>类 | |
| class | UIRendererComponent |
| UI 渲染控件基类(对应游戏世界的 RendererComponent) 更多... | |
命名空间 | |
| namespace | Shit |