Property | Type | Description | |
---|---|---|---|
boostByOtherSource | bool | ||
limitValueMinMax | bool | ||
multiple | bool | ||
negative | bool | ||
rest | bool | ||
sourceType | ValueSourceType | ||
targets | VJModifierTarget[], | ||
valueBaseOffset | float | ||
valueMax | float | ||
valueMin | float |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
SetVisibleChildrenAsTarget ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
VJPerformAction ( GameObject go, float value ) : void |
Method | Description | |
---|---|---|
_GetBoostValue ( ) : float | ||
_GetRawValue ( ) : float |
Method | Description | |
---|---|---|
_GetValue ( float &_lastValue ) : float |
public abstract VJPerformAction ( GameObject go, float value ) : void | ||
go | GameObject | |
value | float | |
return | void |