Public classes


Scripts/

   SDController
   SegmentDisplay
   SegmentDisplayImage
   SegmentDisplaySprite
   SingleDigit
   SingleSegment

Scripts/Commands/

      AddTextCommand
      CallbackCommand
      ClearCommand
      FillCommand
      PauseCommand
      ScrollTextCommand
      SetTextCommand


Introduction page

SingleSegment


Class representing single segment.


Methods

public bool GetState ()Gets the state of this segment, on or off.
public void SetState (bool on)Set this segment to on or off state.

Methods

public bool GetState ()

Gets the state of this segment, on or off.

ReturnsTrue if segment is in on state, false if segment is in off state.


public void SetState (bool on)

Set this segment to on or off state.

ParametersonIf true, segment is set on, if false, segment is set off.