LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
ArrayPool< T >

Inherits IPool< T[]>.

Public Member Functions

 ArrayPool (int arrayLength)
 
T[] Get ()
 
void Return (ref object obj)
 
void Return (ref T[] array)
 
void Return (ref T obj)
 Returns the object to the pool and sets the reference to null.
 
override string ToString ()
 

Properties

int CountActive [get]
 
int CountAll [get]
 
int CountInactive [get]