Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.EntitasCache Class Reference

Static Public Member Functions

static List< IComponentGetIComponentList ()
 
static void PushIComponentList (List< IComponent > list)
 
static List< int > GetIntList ()
 
static void PushIntList (List< int > list)
 
static HashSet< int > GetIntHashSet ()
 
static void PushIntHashSet (HashSet< int > hashSet)
 
static List< Group.GroupChanged > GetGroupChangedList ()
 
static void PushGroupChangedList (List< Group.GroupChanged > list)
 
static void Reset ()
 

Detailed Description

Definition at line 5 of file EntitasCache.cs.


The documentation for this class was generated from the following file: