A component that allows setting, via the editor, the settings of the used ToolBuddy.Pooling.Pools.ArrayPool<T>s
|
long | CGSpotCapacity [get, set] |
| The maximal number of elements of type CGSpot allowed to be stored in the arrays' pool waiting to be reused More...
|
|
long | FloatCapacity [get, set] |
| The maximal number of elements of type Single allowed to be stored in the arrays' pool waiting to be reused More...
|
|
long | IntCapacity [get, set] |
| The maximal number of elements of type Int32 allowed to be stored in the arrays' pool waiting to be reused More...
|
|
bool | LogAllocations [get, set] |
| Log in the console each time an array pool allocates a new array in memory More...
|
|
long | Vector2Capacity [get, set] |
| The maximal number of elements of type Vector2 allowed to be stored in the arrays' pool waiting to be reused More...
|
|
long | Vector3Capacity [get, set] |
| The maximal number of elements of type Vector3 allowed to be stored in the arrays' pool waiting to be reused More...
|
|
long | Vector4Capacity [get, set] |
| The maximal number of elements of type Vector4 allowed to be stored in the arrays' pool waiting to be reused More...
|
|