载入中...
搜索中...
未找到
#include "Object.h"#include "common/AssetReloader.h"#include <cstddef>#include <map>#include <mutex>#include <set>#include <string>#include <vector>类 | |
| class | eve::Resource |
| Resource is a game object that is managed by the ResourceManager. It can be loaded from a file or generated at runtime. If the resource is loaded from file, a monitor will be created to watch the file changes. When the file is modified, the resource will be reloaded. If the resource is generated at runtime, it can depend on a few other resources and the ResourceManager will update the resource when the dependencies are changed. 更多... | |
| class | eve::ResourceManager |
| ResourceManager is a singleton that manages all resources in the game. It provides a way to load, reload, and unload resources. 更多... | |
命名空间 | |
| namespace | eve |