C# Class ReaktorToAnimator, VJ01

Inheritance: MonoBehaviour
Afficher le fichier Open project: keijiro/VJ01

Méthodes publiques

Свойство Type Description
enableSpeed bool
enableTrigger bool
maxSpeed float
speedCurve UnityEngine.AnimationCurve
triggerName string
triggerThreshold float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

enableSpeed public_oe property

public bool enableSpeed
Résultat bool

enableTrigger public_oe property

public bool enableTrigger
Résultat bool

maxSpeed public_oe property

public float maxSpeed
Résultat float

speedCurve public_oe property

public AnimationCurve,UnityEngine speedCurve
Résultat UnityEngine.AnimationCurve

triggerName public_oe property

public string triggerName
Résultat string

triggerThreshold public_oe property

public float triggerThreshold
Résultat float