| | Method | Defined by |
| |  |
Returns an exact copy of the action.
| IAction |
| |  |
Unregisters the action and removes any refrerences to objects that it may be holding onto.
| IAction |
| |  |
Causes the action to be paused.
| IAction |
| |  |
Starts the timer for this action.
| IAction |
| |  |
Stops the action from running and resets the timer.
| IAction |
| |  |
Resumes the action at the point where it was paused.
| IAction |
| |  |
Update will allow the synchronizer to update the action with the current time.
| ISynchronizerClient |