403 B
403 B
TransformComponent::GetUp
命名空间: XCEngine::Components
类型: method
头文件: XCEngine/Components/TransformComponent.h
签名
Math::Vector3 GetUp() const;
作用
返回 GetRotation() * Math::Vector3::Up() 的结果。
当前实现
- 当前实现会调用
GetRotation、Up。