|
ActionDirector
1.0.0
The action director's cut for rapid actions integration
|
Repeat an action. More...
Public Member Functions | |
| override void | Run () |
| override void | Step (float delta) |
Public Attributes | |
| Action | actionToRepeat |
| bool | repeatForever = false |
| int | count |
Repeat an action.
This action repeat the action it contains for a number of times or forever until stopped.
| Action ActionDirector.ActionRepeat.actionToRepeat |
The action to repeat
| int ActionDirector.ActionRepeat.count |
If not forever, how many times should it repeat?
| bool ActionDirector.ActionRepeat.repeatForever = false |
Must this action repeat forever or until stopped?