Curvy  8.4.0
ArrayPoolsSettings Class Reference
+ Inheritance diagram for ArrayPoolsSettings:
+ Collaboration diagram for ArrayPoolsSettings:

Detailed Description

A component that allows setting, via the editor, the settings of the used ToolBuddy.Pooling.Pools.ArrayPool<T>s

Properties

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...
 

Property Documentation

long CGSpotCapacity
getset

The maximal number of elements of type CGSpot allowed to be stored in the arrays' pool waiting to be reused

long FloatCapacity
getset

The maximal number of elements of type Single allowed to be stored in the arrays' pool waiting to be reused

long IntCapacity
getset

The maximal number of elements of type Int32 allowed to be stored in the arrays' pool waiting to be reused

bool LogAllocations
getset

Log in the console each time an array pool allocates a new array in memory

long Vector2Capacity
getset

The maximal number of elements of type Vector2 allowed to be stored in the arrays' pool waiting to be reused

long Vector3Capacity
getset

The maximal number of elements of type Vector3 allowed to be stored in the arrays' pool waiting to be reused

long Vector4Capacity
getset

The maximal number of elements of type Vector4 allowed to be stored in the arrays' pool waiting to be reused


The documentation for this class was generated from the following file: