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
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. Parameters | text | Text 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. Parameters | text | Text to set on display. | | alignment | Wanted text alignment. |
|