C# Class VJBaseModifier, fuze-vj-kit

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public bool boostByOtherSource
return bool

limitValueMinMax public_oe property

public bool limitValueMinMax
return bool

multiple public_oe property

public bool multiple
return bool

negative public_oe property

public bool negative
return bool

rest public_oe property

public bool rest
return bool

sourceType public_oe property

public ValueSourceType sourceType
return ValueSourceType

targets public_oe property

public VJModifierTarget[], targets
return VJModifierTarget[],

valueBaseOffset public_oe property

public float valueBaseOffset
return float

valueMax public_oe property

public float valueMax
return float

valueMin public_oe property

public float valueMin
return float