C# Class VJBaseModifier, fuze-vj-kit

Inheritance: MonoBehaviour
Show file Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Properties

Property Type Description
boostByOtherSource bool
limitValueMinMax bool
multiple bool
negative bool
rest bool
sourceType ValueSourceType
targets VJModifierTarget[],
valueBaseOffset float
valueMax float
valueMin float

Public Methods

Method Description
Awake ( ) : void
SetVisibleChildrenAsTarget ( ) : void
Start ( ) : void
Update ( ) : void
VJPerformAction ( GameObject go, float value ) : void

Protected Methods

Method Description
_GetBoostValue ( ) : float
_GetRawValue ( ) : float

Private Methods

Method Description
_GetValue ( float &_lastValue ) : float

Method Details

Awake() public method

public Awake ( ) : void
return void

SetVisibleChildrenAsTarget() public method

public SetVisibleChildrenAsTarget ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

VJPerformAction() public abstract method

public abstract VJPerformAction ( GameObject go, float value ) : void
go GameObject
value float
return void

_GetBoostValue() protected method

protected _GetBoostValue ( ) : float
return float

_GetRawValue() protected method

protected _GetRawValue ( ) : float
return float

Property Details

boostByOtherSource public property

public bool boostByOtherSource
return bool

limitValueMinMax public property

public bool limitValueMinMax
return bool

multiple public property

public bool multiple
return bool

negative public property

public bool negative
return bool

rest public property

public bool rest
return bool

sourceType public property

public ValueSourceType sourceType
return ValueSourceType

targets public property

public VJModifierTarget[], targets
return VJModifierTarget[],

valueBaseOffset public property

public float valueBaseOffset
return float

valueMax public property

public float valueMax
return float

valueMin public property

public float valueMin
return float