- Add Component class documentation with lifecycle methods - Add GameObject class documentation with component system - Add TransformComponent documentation with transform methods - Add Scene class documentation with GameObject management - Add SceneManager singleton documentation with scene loading - Update components.md overview with all component classes - Update main.md navigation with Scene module
221 B
221 B
GameObject::GetChildCount
获取子对象数量。
size_t GetChildCount() const;
返回: size_t - 子对象数量