Public classes

Controller
DisplayModel
DotMatrix
TextToContent

Commands/

   AbsCmd
   AbsCmdPosition
   AbsCmdSpeed
   CallbackCommand
   ClearCommand
   ContentCommand
   PauseCommand
   TextCommand

Displays/

   Display
   Display_3D
   Display_Sprite
   Display_UI


Introduction page

PauseCommand
Derived from AbsCmd


Command to pause executing commands until certain amount of time is passed. Whatever is on display when pause is reached will stay there.


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.