395 B
395 B
Component::GetScene
命名空间: XCEngine::Components
类型: method
头文件: XCEngine/Components/Component.h
签名
Scene* GetScene() const;
作用
返回 m_gameObject ? m_gameObject->GetScene() : nullptr。
当前实现
- 当前实现会调用
GetScene。 - 包含
nullptr相关分支。