Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.ObjectPool< T > Class Template Reference

Public Member Functions

 ObjectPool (Func< T > factoryMethod, Action< T > resetMethod=null)
 
Get ()
 
void Push (T obj)
 

Detailed Description

Definition at line 6 of file ObjectPool.cs.


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