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