Public classes

Controller
DisplayModel
DotMatrix
ImageToContent
TextToContent

Commands/

   AbsCmd
   AbsCmdPosition
   AbsCmdSpeed
   CallbackCommand
   ClearCommand
   ContentCommand
   PauseCommand
   TextCommand

Displays/

   Display
   DisplayObj
   Display_3D
   Display_Sprite
   Display_Texture
   Display_UI


Introduction page

PauseCommand
Derived from AbsCmd


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

public PauseCommand (float pauseSeconds)Creates new pause command.

Constructors

public PauseCommand (float pauseSeconds)

Creates new pause command.

ParameterspauseSecondsSeconds how long Controller and display will be paused.