Public classes


Scripts/

   SDController
   SegmentDisplay
   SegmentDisplayImage
   SegmentDisplaySprite
   SingleDigit
   SingleSegment

Scripts/Commands/

      AddTextCommand
      CallbackCommand
      ClearCommand
      FillCommand
      PauseCommand
      ScrollTextCommand
      SetTextCommand


Introduction page

SetTextCommand
Derived from AbsSDCommand


Command to set text on display.


Constructors

public SetTextCommand (string text)Create new text command that will set text instantly to display, using display default text alignment.
public SetTextCommand (string text, SegmentDisplay.Alignments alignment)Create new text command that will set text instantly to display, using specified text alignment.

Constructors

public SetTextCommand (string text)

Create new text command that will set text instantly to display, using display default text alignment.

All the digits in display that this new text is not using will be cleared.

ParameterstextText to set on display.


public SetTextCommand (string text, SegmentDisplay.Alignments alignment)

Create new text command that will set text instantly to display, using specified text alignment.

All the digits in display that this new text is not using will be cleared.

ParameterstextText to set on display.
 alignmentWanted text alignment.