Class ShowHideStateMachine<TLabel>
- Namespace
- Gamelogic.Extensions.Examples.StateMachine
- Assembly
- Assembly-CSharp.dll
public class ShowHideStateMachine<TLabel>
Type Parameters
TLabel
- Inheritance
-
ShowHideStateMachine<TLabel>
- Inherited Members
- Extension Methods
Constructors
ShowHideStateMachine()
public ShowHideStateMachine()
Methods
AddElement(TLabel, Transform, AnimationCurve[])
public void AddElement(TLabel label, Transform element, AnimationCurve[] curve)
Parameters
label
TLabelelement
Transformcurve
AnimationCurve[]
Hide(float)
public IEnumerator Hide(float totalTime)
Parameters
totalTime
float
Returns
Show(TLabel, float)
public IEnumerator Show(TLabel label, float totalTime)
Parameters
label
TLabeltotalTime
float