Photon Voice
v2.58
PrimitiveArrayPool<T> as wrapped in object factory interface. More...
Inherits ObjectFactory< T[], int >.
Public Member Functions | |
| FactoryPrimitiveArrayPool (int capacity, string name) | |
| FactoryPrimitiveArrayPool (int capacity, string name, int info) | |
| T[] | New () |
| T[] | New (int size) |
| void | Free (T[] obj) |
| void | Free (T[] obj, int info) |
| void | Dispose () |
Public Member Functions inherited from ObjectFactory< T[], int > | |
| TType | New () |
| TType | New (TInfo info) |
| void | Free (TType obj) |
| void | Free (TType obj, TInfo info) |
Properties | |
| int | Info [get] |
Properties inherited from ObjectFactory< T[], int > | |
| TInfo | Info [get] |
PrimitiveArrayPool<T> as wrapped in object factory interface.
| T | Array element type. |