Class ArrayPools
- Namespace
- FluffyUnderware.Curvy.Pools
A class which sole purpose is to centralize references to the various ArrayPool<T>s instances
public static class ArrayPools
- Inheritance
-
ArrayPools
Properties
CGSpot
Gets the reference to the unique ArrayPool<T> of said type
public static ArrayPool<CGSpot> CGSpot { get; }
Property Value
Int32
Gets the reference to the unique ArrayPool<T> of said type
public static ArrayPool<int> Int32 { get; }
Property Value
Single
Gets the reference to the unique ArrayPool<T> of said type
public static ArrayPool<float> Single { get; }
Property Value
Vector2
Gets the reference to the unique ArrayPool<T> of said type
public static ArrayPool<Vector2> Vector2 { get; }
Property Value
- ArrayPool<Vector2>
Vector3
Gets the reference to the unique ArrayPool<T> of said type
public static ArrayPool<Vector3> Vector3 { get; }
Property Value
- ArrayPool<Vector3>
Vector4
Gets the reference to the unique ArrayPool<T> of said type
public static ArrayPool<Vector4> Vector4 { get; }
Property Value
- ArrayPool<Vector4>