An action that repeats an other action forever. More...
Public Member Functions | |
override void | Run () |
Kick this action. | |
override void | Stop () |
Stop this action. | |
override void | Update (float dt) |
The update function. | |
Public Attributes | |
ActionBase | InnerAction |
The action to repeat. |
An action that repeats an other action forever.