This is the complete list of members for ExitGames.Memory.ObjectPool< T >, including all inherited members.
Create(int maxElements) | ExitGames.Memory.ObjectPool< T > | inlinestatic |
Instance | ExitGames.Memory.ObjectPool< T > | static |
ObjectPool(int max) | ExitGames.Memory.ObjectPool< T > | inlineprotected |
Rent(Func< T > factory) | ExitGames.Memory.ObjectPool< T > | inline |
Return(T rented) | ExitGames.Memory.ObjectPool< T > | inline |