terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ObjectPool()

UnityEngine.Pool.ObjectPool< T >.ObjectPool ( Func< T > createFunc,
[Optional] Action< T > actionOnGet,
[Optional] Action< T > actionOnRelease,
[Optional] Action< T > actionOnDestroy,
bool collectionCheck = true,
int defaultCapacity = 10,
int maxSize = 10000 )
inline

Definition at line 58 of file ObjectPool.cs.

59 {
60 if (createFunc != null)
61 {
62 this.m_List = this;
64 this.m_MaxSize = maxSize;
68 return;
69 }
70 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.