Method | Description | |
---|---|---|
CharacterProperty ( ) : System | ||
SetAttackBase ( Operate_Type opType, int tVal ) : void | ||
SetAttackRange ( Operate_Type opType, float tVal ) : void | ||
SetCritical ( Operate_Type opType, float tVal ) : void | ||
SetCriticalPow ( Operate_Type opType, float tVal ) : void | ||
SetDefenceBase ( Operate_Type opType, int tVal ) : void | ||
SetEnergyMax ( Operate_Type opType, int tVal ) : void | ||
SetHpMax ( Operate_Type opType, int tVal ) : void | ||
SetMoveSpeed ( Operate_Type opType, float tVal ) : void | ||
SetRps ( Operate_Type opType, float tVal ) : void | ||
UpdateAttr ( float val, Operate_Type opType, float tVal ) : float | ||
UpdateAttr ( float val, float maxVal, Operate_Type opType, float tVal ) : float |
public SetAttackBase ( Operate_Type opType, int tVal ) : void | ||
opType | Operate_Type | |
tVal | int | |
return | void |
public SetAttackRange ( Operate_Type opType, float tVal ) : void | ||
opType | Operate_Type | |
tVal | float | |
return | void |
public SetCritical ( Operate_Type opType, float tVal ) : void | ||
opType | Operate_Type | |
tVal | float | |
return | void |
public SetCriticalPow ( Operate_Type opType, float tVal ) : void | ||
opType | Operate_Type | |
tVal | float | |
return | void |
public SetDefenceBase ( Operate_Type opType, int tVal ) : void | ||
opType | Operate_Type | |
tVal | int | |
return | void |
public SetEnergyMax ( Operate_Type opType, int tVal ) : void | ||
opType | Operate_Type | |
tVal | int | |
return | void |
public SetHpMax ( Operate_Type opType, int tVal ) : void | ||
opType | Operate_Type | |
tVal | int | |
return | void |
public SetMoveSpeed ( Operate_Type opType, float tVal ) : void | ||
opType | Operate_Type | |
tVal | float | |
return | void |
public SetRps ( Operate_Type opType, float tVal ) : void | ||
opType | Operate_Type | |
tVal | float | |
return | void |
public static UpdateAttr ( float val, Operate_Type opType, float tVal ) : float | ||
val | float | |
opType | Operate_Type | |
tVal | float | |
return | float |
public static UpdateAttr ( float val, float maxVal, Operate_Type opType, float tVal ) : float | ||
val | float | |
maxVal | float | |
opType | Operate_Type | |
tVal | float | |
return | float |