Elin Decompiled Documentation EA 23.102 Nightly
|
This is the complete list of members for ObjectPool< T >, including all inherited members.
Awake() | ObjectPool< T > | inlineprivate |
countActive | ObjectPool< T > | |
countAll | ObjectPool< T > | |
countInactive | ObjectPool< T > | |
Create< T >(int max=100, int addsPerUpdate=10, Action< T > _onCreate=null) | ObjectPool< T > | inlinestatic |
Get() | ObjectPool< T > | inline |
Instance | ObjectPool< T > | static |
items | ObjectPool< T > | |
m_ActionOnGet | ObjectPool< T > | private |
m_ActionOnRelease | ObjectPool< T > | private |
m_Stack | ObjectPool< T > | private |
ObjectPool(UnityAction< T > actionOnGet, UnityAction< T > actionOnRelease) | ObjectPool< T > | inline |
Release(T element) | ObjectPool< T > | inline |
Update() | ObjectPool< T > | inlineprivate |