Method | Description | |
---|---|---|
AttributeBonusPercent ( float percentNormalized, PercentType percentType ) : System.Collections |
Parameter value should be 0.0 - 1.0f. Percent type should be INCREASING/DECREASING.
|
|
GetPercentNormalized ( ) : float | ||
GetPercentString ( ) : string |
Returns the percent in displayable form as string
|
|
GetPercentType ( ) : PercentType |
public AttributeBonusPercent ( float percentNormalized, PercentType percentType ) : System.Collections | ||
percentNormalized | float | Percent normalized. |
percentType | PercentType | |
return | System.Collections |