![]() |
Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
|
Public Member Functions | |
ObjectPool (Func< T > factoryMethod, Action< T > resetMethod=null) | |
T | Get () |
void | Push (T obj) |
Definition at line 6 of file ObjectPool.cs.