![]() |
Roulette 1.0
Roulette game template
|
custom pool list Interface. More...
Public Member Functions | |
T | PoolInstantiate (Vector3 position, Quaternion rotation) |
Pools the instantiate. | |
void | Clear () |
Clears the. | |
void | GeneratePool (Transform parent) |
Generates the pool. | |
void | Add (T value) |
Adds the. | |
void | Remove (T value) |
Removes the. | |
void | Remove (int index) |
Removes the. | |
bool | Contains (T value) |
Contains the. | |
Properties | |
int | Count [get] |
Gets the count. | |
T | First [get] |
Gets the first. | |
T | FirstFree [get] |
Gets the first free. | |
T | Last [get] |
Gets the last. | |
custom pool list Interface.
void GBTemplates.Roulette.IPoolList< T >.Add | ( | T | value | ) |
void GBTemplates.Roulette.IPoolList< T >.Clear | ( | ) |
Clears the.
Implemented in GBTemplates.Roulette.PoolList< T >.
bool GBTemplates.Roulette.IPoolList< T >.Contains | ( | T | value | ) |
Contains the.
value | The value. |
Implemented in GBTemplates.Roulette.PoolList< T >.
void GBTemplates.Roulette.IPoolList< T >.GeneratePool | ( | Transform | parent | ) |
T GBTemplates.Roulette.IPoolList< T >.PoolInstantiate | ( | Vector3 | position, |
Quaternion | rotation | ||
) |
Pools the instantiate.
position | The position. |
rotation | The rotation. |
Implemented in GBTemplates.Roulette.PoolList< T >.
void GBTemplates.Roulette.IPoolList< T >.Remove | ( | int | index | ) |
void GBTemplates.Roulette.IPoolList< T >.Remove | ( | T | value | ) |
|
get |
Gets the count.
Implemented in GBTemplates.Roulette.PoolList< T >.
|
get |
Gets the first.
Implemented in GBTemplates.Roulette.PoolList< T >.
|
get |
Gets the first free.
Implemented in GBTemplates.Roulette.PoolList< T >.
|
get |
Gets the last.
Implemented in GBTemplates.Roulette.PoolList< T >.