ActionDirector  1.0.0
The action director's cut for rapid actions integration
ActionDirector.ActionSequence Class Reference

Run a sequence of actions. More...

Inheritance diagram for ActionDirector.ActionSequence:

Public Member Functions

override void Run ()
 
override void Step (float delta)
 
override void Stop ()
 

Public Attributes

List< Action > actions
 

Detailed Description

Run a sequence of actions.

This action is a container of actions. This action will run all actions it contains one after the other. Each action must be ended or stopped for the sequencer to start the next one in the list.

Member Data Documentation

List<Action> ActionDirector.ActionSequence.actions

List of all the action to run in a sequence


The documentation for this class was generated from the following file: