An action that runs a sequence of other actions, in order. More...
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. | |
An action that runs a sequence of other actions, in order.