Sequence Class Reference

An action that runs a sequence of other actions, in order. More...

Inheritance diagram for Sequence:
ActionBase

List of all members.

Public Member Functions

 Sequence ()
 Sequence constructor.
void Add (ActionBase action)
 Add an action this actions sequence.
override void Run ()
 Kick this action.
override void Stop ()
 Stop this action.
override void Update (float dt)
 The update function.

Detailed Description

An action that runs a sequence of other actions, in order.