Table of Contents

Class ArrayPools

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

ArrayPool<CGSpot>

Int32

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

public static ArrayPool<int> Int32 { get; }

Property Value

ArrayPool<int>

Single

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

public static ArrayPool<float> Single { get; }

Property Value

ArrayPool<float>

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>