Hexagon
|
This is the complete list of members for Hexagon.Pool< T >, including all inherited members.
ActiveCount | Hexagon.Pool< T > | |
Create(Func< T > factory, Action< T > onGet, Action< T > onRelease, Func< T, bool > isActive, int listCapacity=20) | Hexagon.Pool< T > | inlinestatic |
Get() | Hexagon.Pool< T > | inline |
Get(T item) | Hexagon.Pool< T > | inline |
InactiveCount | Hexagon.Pool< T > | |
Populate(int delta) | Hexagon.Pool< T > | inline |
Release(T item) | Hexagon.Pool< T > | inline |
ReleaseAll() | Hexagon.Pool< T > | inline |
TotalCount | Hexagon.Pool< T > | |
ViewExistingActive([NotNullWhen(true)] out T? result) | Hexagon.Pool< T > | inline |
ViewExistingInactive([NotNullWhen(true)] out T? result) | Hexagon.Pool< T > | inline |