ActionDirector  1.0.0
The action director's cut for rapid actions integration
ActionDirector.ActionRepeat Class Reference

Repeat an action. More...

Inheritance diagram for ActionDirector.ActionRepeat:

Public Member Functions

override void Run ()
 
override void Step (float delta)
 

Public Attributes

Action actionToRepeat
 
bool repeatForever = false
 
int count
 

Detailed Description

Repeat an action.

This action repeat the action it contains for a number of times or forever until stopped.

Member Data Documentation

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?


The documentation for this class was generated from the following file: