Inherits Sirenix.OdinInspector.SerializedScriptableObject.
|
|
bool | IsPoolContain (string name) |
| |
|
string | RandomPickFromPool () |
| |
|
string | RandomPickFromPool (out RoleEffector re) |
| |
|
string | GetRoleFromPool (int index) |
| |
|
string | GetRoleFromPool (int index, out RoleEffector re) |
| |
|
int | GetPoolNum () |
| |
|
void | GenWaveIntervalInfo () |
| |
|
float | GetSpawnIntervalInfo (int idx) |
| |
|
bool | IsContainRole (string name) |
| |
|
int | GetTotalRoleNum () |
| |
|
|
Object | statue |
| |
|
MetaDefine | meta |
| |
|
string[] | pool |
| |
|
PipelineDefine[] | waveData |
| |
|
float | tickRate = 0 |
| |
|
Dictionary< int, RoleEffector > | roleEffect |
| |