Files
XCEngine/docs/api/XCEngine/Components/TransformComponent/GetLocalRotation.md

449 B

TransformComponent::GetLocalRotation

命名空间: XCEngine::Components

类型: method

头文件: XCEngine/Components/TransformComponent.h

签名

const Math::Quaternion& GetLocalRotation() const;

作用

返回 m_localRotation 当前值。

当前实现

  • 返回 m_localRotation 当前值。

相关文档