C# Class Assets.Scripts.Animation.DualStateAnimation.DualStateAnimator

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: maximecharron/GLO-3002-Frima

Méthodes publiques

Свойство Type Description
Enabled bool
Interval float
stateAlternateAction System.Action

Méthodes publiques

Méthode Description
Update ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

Interval public_oe property

public float Interval
Résultat float

stateAlternateAction public_oe property

public Action,System stateAlternateAction
Résultat System.Action