SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetRotation()

const glm::vec3 & Spices::TransformComponent::GetRotation ( ) const
inline

Get the rotation variable.

Returns
Returns the rotation variable.

Definition at line 134 of file TransformComponent.h.

134{ return m_Transform.rotation; }
Transform m_Transform
The transform this component handled.
glm::vec3 rotation
Definition Transform.h:18