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 add delay between other commands. Whatever is on display when this command is reached will stay there. Controller continues from next command after this delay.


Constructors

public PauseCommand (float delaySeconds)Creates new pause command.

Constructors

public PauseCommand (float delaySeconds)

Creates new pause command.

ParametersdelaySecondsSeconds how long SDController will do nothing.