|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| Bucket (int bufferLength, int numberOfBuffers, int poolId) | |
| T[] | Rent () |
| void | Return (T[] array) |
Package Attributes | |
| readonly int | _bufferLength |
Properties | |
| int | Id [get] |
Private Attributes | |
| readonly T[][] | _buffers |
| readonly int | _poolId |
| SpinLock | _lock |
| int | _index |
Definition at line 8 of file ConfigurableArrayPool.cs.