|
Elin Decompiled Documentation EA 23.241 Nightly
|
Public Member Functions | |
| PoolGroup (Transform original, PoolManager manager, string _id) | |
| Transform | Spawn (Transform parent) |
| void | Despawn (Transform trans) |
Public Attributes | |
| string | id |
| Transform | original |
| Transform | holder |
| List< Transform > | pooledList = new List<Transform>() |
Definition at line 6 of file PoolManager.cs.
|
inline |
Definition at line 16 of file PoolManager.cs.
References PoolManager.PoolGroup.holder, PoolManager.PoolGroup.id, and PoolManager.PoolGroup.original.
|
inline |
Definition at line 50 of file PoolManager.cs.
References PoolManager.PoolGroup.holder, and PoolManager.PoolGroup.pooledList.
Referenced by PoolManager.TryDespawn().
|
inline |
Definition at line 25 of file PoolManager.cs.
References PoolManager.current, PoolManager.ignorePool, PoolManager.PoolGroup.original, PoolManager.PoolGroup.pooledList, and PoolManager.spawnedList.
Referenced by PoolManager._Spawn().
| Transform PoolManager.PoolGroup.holder |
Definition at line 12 of file PoolManager.cs.
Referenced by PoolManager.PoolGroup.Despawn(), and PoolManager.PoolGroup.PoolGroup().
| string PoolManager.PoolGroup.id |
Definition at line 8 of file PoolManager.cs.
Referenced by PoolManager.PoolGroup.PoolGroup().
| Transform PoolManager.PoolGroup.original |
Definition at line 10 of file PoolManager.cs.
Referenced by PoolManager.PoolGroup.PoolGroup(), and PoolManager.PoolGroup.Spawn().
| List<Transform> PoolManager.PoolGroup.pooledList = new List<Transform>() |
Definition at line 14 of file PoolManager.cs.
Referenced by PoolManager.PoolGroup.Despawn(), and PoolManager.PoolGroup.Spawn().