Public classes


Scripts/

   SDController
   SegmentDisplay
   SegmentDisplayImage
   SegmentDisplaySprite
   SingleDigit
   SingleSegment

Scripts/Commands/

      AddTextCommand
      CallbackCommand
      ClearCommand
      FillCommand
      PauseCommand
      ScrollTextCommand
      SetTextCommand


Introduction page

CallbackCommand
Derived from AbsSDCommand


Command to call certain action when this command is reached. Useful if you need to get notification when SegmentDisplay have reached certain point in SDController command queue.


Constructors

public CallbackCommand (Action callback)Creates new callback command.

Constructors

public CallbackCommand (Action callback)

Creates new callback command. When SDController reaches this command, callback is called and SDController continues from next command in queue.

ParameterscallbackAction to be called.