Curvy  8.4.0
ArrayPools Class Reference

Detailed Description

A class which sole purpose is to centralize references to the various ArrayPool<T>s instances

Properties

static ArrayPool< CGSpotCGSpot [get]
 Gets the reference to the unique ArrayPool<T> of said type More...
 
static ArrayPool< int > Int32 [get]
 Gets the reference to the unique ArrayPool<T> of said type More...
 
static ArrayPool< float > Single [get]
 Gets the reference to the unique ArrayPool<T> of said type More...
 
static ArrayPool< Vector2 > Vector2 [get]
 Gets the reference to the unique ArrayPool<T> of said type More...
 
static ArrayPool< Vector3 > Vector3 [get]
 Gets the reference to the unique ArrayPool<T> of said type More...
 
static ArrayPool< Vector4 > Vector4 [get]
 Gets the reference to the unique ArrayPool<T> of said type More...
 

Property Documentation

ArrayPool<CGSpot> CGSpot
staticget

Gets the reference to the unique ArrayPool<T> of said type

ArrayPool<int> Int32
staticget

Gets the reference to the unique ArrayPool<T> of said type

ArrayPool<float> Single
staticget

Gets the reference to the unique ArrayPool<T> of said type

ArrayPool<Vector2> Vector2
staticget

Gets the reference to the unique ArrayPool<T> of said type

ArrayPool<Vector3> Vector3
staticget

Gets the reference to the unique ArrayPool<T> of said type

ArrayPool<Vector4> Vector4
staticget

Gets the reference to the unique ArrayPool<T> of said type


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