C# Class VJBaseModifier, fuze-vj-kit

Inheritance: MonoBehaviour
Afficher le fichier Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Méthodes publiques

Свойство Type Description
boostByOtherSource bool
limitValueMinMax bool
multiple bool
negative bool
rest bool
sourceType ValueSourceType
targets VJModifierTarget[],
valueBaseOffset float
valueMax float
valueMin float

Méthodes publiques

Méthode Description
Awake ( ) : void
SetVisibleChildrenAsTarget ( ) : void
Start ( ) : void
Update ( ) : void
VJPerformAction ( GameObject go, float value ) : void

Méthodes protégées

Méthode Description
_GetBoostValue ( ) : float
_GetRawValue ( ) : float

Private Methods

Méthode Description
_GetValue ( float &_lastValue ) : float

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

SetVisibleChildrenAsTarget() public méthode

public SetVisibleChildrenAsTarget ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

VJPerformAction() public abstract méthode

public abstract VJPerformAction ( GameObject go, float value ) : void
go GameObject
value float
Résultat void

_GetBoostValue() protected méthode

protected _GetBoostValue ( ) : float
Résultat float

_GetRawValue() protected méthode

protected _GetRawValue ( ) : float
Résultat float

Property Details

boostByOtherSource public_oe property

public bool boostByOtherSource
Résultat bool

limitValueMinMax public_oe property

public bool limitValueMinMax
Résultat bool

multiple public_oe property

public bool multiple
Résultat bool

negative public_oe property

public bool negative
Résultat bool

rest public_oe property

public bool rest
Résultat bool

sourceType public_oe property

public ValueSourceType sourceType
Résultat ValueSourceType

targets public_oe property

public VJModifierTarget[], targets
Résultat VJModifierTarget[],

valueBaseOffset public_oe property

public float valueBaseOffset
Résultat float

valueMax public_oe property

public float valueMax
Résultat float

valueMin public_oe property

public float valueMin
Résultat float