|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Fork a list of action. More...
Public Member Functions | |
| override void | Run () |
| override void | Step (float delta) |
| override void | Stop () |
Public Attributes | |
| List< Action > | actions |
Fork a list of action.
This action is a container of actions. This action start all actions in it's list simultaneously(fork) on run.
| List<Action> ActionDirector.ActionFork.actions |
List of all the action to run simultaneously