SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetScale()

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

Get the scale variable.

Returns
Returns the scale variable.

Definition at line 140 of file TransformComponent.h.

140{ return m_Transform.scale; }
Transform m_Transform
The transform this component handled.
glm::vec3 scale
Definition Transform.h:19