SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetMesh()

std::shared_ptr< Mesh > Spices::MeshComponent::GetMesh ( )
inlineinherited

Get the Mesh variable.

Returns
Returns the Mesh variable.

Definition at line 61 of file MeshComponent.h.

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