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

Run the next action in a list of actions. More...

Inheritance diagram for ActionDirector.ActionSequenceStatic:

Public Member Functions

override void Run ()
 
override void Stop ()
 

Public Attributes

List< Action > actions
 
bool revertOnLastAction = false
 

Detailed Description

Run the next action in a list of actions.

This action is a container of actions. This action will run the next action in the list. Each time Run is called, it run the next action in the list. When the last action is finished, the next action will go back to the first action. If revertOnLastAction is checked, instead of starting back to the first action when the last action is finish, it will take the action before the last one and go back up to the first.

Member Data Documentation

List<Action> ActionDirector.ActionSequenceStatic.actions

List of all the actions that can run

bool ActionDirector.ActionSequenceStatic.revertOnLastAction = false

Should we go backward after the last action?


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