Beamable SDK
|
Public Member Functions | |
void | Recycle () |
void | Dispose () |
virtual void | OnRecycle () |
Static Public Member Functions | |
static void | ClearList (LinkedList< T > list) |
static T | Spawn () |
static void | Recycle (ClassPool< T > obj) |
static void | Preallocate (int count) |
Public Attributes | |
LinkedListNode< T > | poolNode |
Static Public Attributes | |
static LinkedList< T > | free = new LinkedList<T>() |