Beamable SDK
|
Public Member Functions | |
void | Serialize (JsonSerializable.IStreamSerializer s) |
Public Member Functions inherited from Core.Pooling.ClassPool< Item > | |
void | Recycle () |
void | Dispose () |
virtual void | OnRecycle () |
Public Attributes | |
int | mInt |
string | mString |
Public Attributes inherited from Core.Pooling.ClassPool< Item > | |
LinkedListNode< T > | poolNode |
Additional Inherited Members | |
Static Public Member Functions inherited from Core.Pooling.ClassPool< Item > | |
static void | ClearList (LinkedList< T > list) |
static T | Spawn () |
static void | Recycle (ClassPool< T > obj) |
static void | Preallocate (int count) |
Static Public Attributes inherited from Core.Pooling.ClassPool< Item > | |
static LinkedList< T > | free |