|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Run the next action in a list of actions. More...
Public Member Functions | |
| override void | Run () |
| override void | Stop () |
Public Attributes | |
| List< Action > | actions |
| bool | revertOnLastAction = false |
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.
| 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?