SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetMaterial()

std::shared_ptr< Material > Spices::MeshPack::GetMaterial ( )
inlineinherited

Get material in this class.

Returns
Returns the material in this class.

Definition at line 206 of file MeshPack.h.

206{ return m_Material; }
std::shared_ptr< Material > m_Material
specific material pointer.
Definition MeshPack.h:341