docs: 更新 containers 和 threading 模块文档
- containers: 更新 string 类的多个方法文档 - threading: 更新 mutex 和 task-group 方法文档
This commit is contained in:
@@ -66,6 +66,8 @@ public:
|
||||
|
||||
void Save(const std::string& filePath);
|
||||
void Load(const std::string& filePath);
|
||||
std::string SerializeToString() const;
|
||||
void DeserializeFromString(const std::string& data);
|
||||
|
||||
Core::Event<GameObject*>& OnGameObjectCreated() { return m_onGameObjectCreated; }
|
||||
Core::Event<GameObject*>& OnGameObjectDestroyed() { return m_onGameObjectDestroyed; }
|
||||
@@ -112,4 +114,4 @@ private:
|
||||
};
|
||||
|
||||
} // namespace Components
|
||||
} // namespace XCEngine
|
||||
} // namespace XCEngine
|
||||
|
||||
Reference in New Issue
Block a user