![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
Inheritance diagram for ObjectPooler:Public Member Functions | |
| GameObject | GetPooledObject (int index) |
| List< GameObject > | GetAllPooledObjects (int index) |
| int | AddObject (GameObject GO, int amt=3, bool exp=true) |
Public Attributes | |
| List< ObjectPoolItem > | itemsToPool |
| List< List< GameObject > > | pooledObjectsList |
| List< GameObject > | pooledObjects |
Static Public Attributes | |
| static ObjectPooler | SharedInstance |
Private Member Functions | |
| void | Awake () |
| void | ObjectPoolItemToPooledObject (int index) |
Private Attributes | |
| List< int > | positions |