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

Inherits IPool< T[,,]>.

Public Member Functions

 Array3DPool (int arrayLength1, int arrayLength2, int arrayLength3)
 
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]