Property | Type | Description | |
---|---|---|---|
attackCooldownPrefabList | List |
||
attackPrefabList | List |
||
healthPrefabList | List |
||
maxLevelCount | int | ||
mergePrefabList | List |
||
speedPrefabList | List |
||
splitPrefabFactor | float |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CopyFrom ( |
||
Initialize ( ) : void | ||
SetAttackAttributes ( string mathExpression ) : void | ||
SetAttackCooldownAttributes ( string mathExpression ) : void | ||
SetHealthAttributes ( string mathExpression ) : void | ||
SetMergeAttributes ( string mathExpression ) : void | ||
SetSpeedAttributes ( string mathExpression ) : void | ||
SetSplitAttributes ( string mathExpression ) : void |
Method | Description | |
---|---|---|
CmdUpdateAnswer ( float answer, int level, int propertyValue ) : void | ||
RpcUpdateAnswer ( float answer, int level, int propertyValue, |
public CopyFrom ( |
||
tempAttr | ||
return | void |
public SetAttackAttributes ( string mathExpression ) : void | ||
mathExpression | string | |
return | void |
public SetAttackCooldownAttributes ( string mathExpression ) : void | ||
mathExpression | string | |
return | void |
public SetHealthAttributes ( string mathExpression ) : void | ||
mathExpression | string | |
return | void |
public SetMergeAttributes ( string mathExpression ) : void | ||
mathExpression | string | |
return | void |
public SetSpeedAttributes ( string mathExpression ) : void | ||
mathExpression | string | |
return | void |
public SetSplitAttributes ( string mathExpression ) : void | ||
mathExpression | string | |
return | void |