SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetRegistry()

entt::registry & Spices::World::GetRegistry ( )
inline

Get Registry variable.

Returns
Returns the Registry variable.

Definition at line 106 of file World.h.

106{ return m_Registry; }
entt::registry m_Registry
This variable handles all entity.
Definition World.h:250