Entitas  0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Static Public Member Functions | List of all members
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 void Reset ()
 

Detailed Description

Definition at line 5 of file EntitasCache.cs.


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