Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | Element |
Package Functions | |
ObjectPool (Func< T > factory) | |
ObjectPool (Func< T > factory, int size) | |
T | Allocate () |
void | Free (T obj) |
Private Member Functions | |
T | CreateInstance () |
Private Attributes | |
readonly Element[] | _items |
readonly Func< T > | _factory |
T | : | class |
Definition at line 5 of file ObjectPool.cs.