A* Pathfinding Project
4.1.19
The A* Pathfinding Project for Unity 3D
|
Lightweight object Pool for IAstarPooledObject. More...
Lightweight object Pool for IAstarPooledObject.
Handy class for pooling objects of type T which implements the IAstarPooledObject interface.
Usage:
After you have released a object, you should never use it again.
T | : | class | |
T | : | IAstarPooledObject | |
T | : | new() |
Static Public Member Functions | |
static T | Claim () |
static void | Release (ref T obj) |
|
static |
|
static |