SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetMesh()

std::shared_ptr< Mesh > Spices::SpriteComponent::GetMesh ( )
inline

Get the Mesh variable.

Returns
Returns the Mesh variable.

Definition at line 54 of file SpriteComponent.h.

54{ return m_Mesh; }
std::shared_ptr< Mesh > m_Mesh
The Mesh this component handled.