Public classes


Scripts/

   SDController
   SegmentDisplay
   SegmentDisplayImage
   SegmentDisplaySprite
   SingleDigit
   SingleSegment

Scripts/Commands/

      AddTextCommand
      CallbackCommand
      ClearCommand
      FillCommand
      PauseCommand
      ScrollTextCommand
      SetTextCommand


Introduction page

PauseCommand
Derived from AbsSDCommand


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 SDController will be paused.