A* Pathfinding Project
4.3.2
The A* Pathfinding Project for Unity 3D
|
This is the complete list of members for ListPool< T >, including all inherited members.
Claim() | ListPool< T > | static |
Claim(int capacity) | ListPool< T > | static |
Clear() | ListPool< T > | static |
FindCandidate(List< List< T > > pool, int capacity) | ListPool< T > | privatestatic |
GetSize() | ListPool< T > | static |
inPool | ListPool< T > | privatestatic |
largePool | ListPool< T > | privatestatic |
LargeThreshold | ListPool< T > | private |
MaxCapacitySearchLength | ListPool< T > | private |
MaxLargePoolSize | ListPool< T > | private |
pool | ListPool< T > | privatestatic |
Release(ref List< T > list) | ListPool< T > | static |
Release(List< T > list) | ListPool< T > | static |
Warmup(int count, int size) | ListPool< T > | static |