Table of Contents

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 TLabel
element Transform
curve AnimationCurve[]

Hide(float)

public IEnumerator Hide(float totalTime)

Parameters

totalTime float

Returns

IEnumerator

Show(TLabel, float)

public IEnumerator Show(TLabel label, float totalTime)

Parameters

label TLabel
totalTime float

Returns

IEnumerator