Table of Contents

Enum MultiAction.Stage

Namespace
TinyLife.Actions
Assembly
Tiny Life.dll

An enumeration that defines the stage that a MultiAction is currently in.

protected enum MultiAction.Stage
Extension Methods

Fields

Done = 3

The multi action has completed.

First = 0

The multi action is currently executing its first actions, created using CreateFirstActions().

Last = 2

The multi action is currently executing its alst actions, created using CreateLastActions().

Main = 1

The multi action is currently executing its main part, which involves AndThenUpdate(GameTime, TimeSpan, float) and AndThenIsCompleted().