SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPacks()

scl::linked_unordered_map< uint32_t, std::shared_ptr< MeshPack > > & Spices::Mesh::GetPacks ( )
inline

Get m_Pack.

Returns
Returns m_Pack.

Definition at line 102 of file Mesh.h.

102{ return *m_Pack; }
std::shared_ptr< scl::linked_unordered_map< uint32_t, std::shared_ptr< MeshPack > > > m_Pack
All packs in this mesh.
Definition Mesh.h:115