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

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
Enabled bool
Interval float
stateAlternateAction System.Action

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

Enabled public_oe property

public bool Enabled
return bool

Interval public_oe property

public float Interval
return float

stateAlternateAction public_oe property

public Action,System stateAlternateAction
return System.Action