SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPosition()

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

Get the position variable.

Returns
Returns the position variable.

Definition at line 128 of file TransformComponent.h.

128{ return m_Transform.position; }
Transform m_Transform
The transform this component handled.
glm::vec3 position
Definition Transform.h:17