|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Run a sequence of actions. More...
Public Member Functions | |
| override void | Run () |
| override void | Step (float delta) |
| override void | Stop () |
Public Attributes | |
| List< Action > | actions |
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.
| List<Action> ActionDirector.ActionSequence.actions |
List of all the action to run in a sequence