|
Elin Decompiled Documentation EA 23.247 Stable
|
Static Public Member Functions | |
| static List< T > | Get () |
| static void | Release (List< T > toRelease) |
Static Private Attributes | |
| static readonly ObjectPool< List< T > > | s_ListPool |
Definition at line 3 of file ListPool.cs.
|
inlinestatic |
Definition at line 10 of file ListPool.cs.
References ObjectPool< T >.Get(), and ListPool< T >.s_ListPool.
Referenced by ModifiedShadow.ModifyMesh().
|
inlinestatic |
Definition at line 15 of file ListPool.cs.
References ObjectPool< T >.Release(), and ListPool< T >.s_ListPool.
Referenced by ModifiedShadow.ModifyMesh().
|
staticprivate |
Definition at line 5 of file ListPool.cs.
Referenced by ListPool< T >.Get(), and ListPool< T >.Release().