Public classes
Controller |
PauseCommand
Command to create delay between executing commands. Whatever is on display when this command is reached will stay there. Next command start executing after delay created by this command is finished. Constructors
Constructors public PauseCommand (float pauseSeconds) Creates new pause command.
|