Public classes


Scripts/

   SDController
   SegmentDisplay
   SegmentDisplayImage
   SegmentDisplaySprite
   SingleDigit
   SingleSegment

Scripts/Commands/

      AddTextCommand
      CallbackCommand
      ClearCommand
      FillCommand
      PauseCommand
      ScrollTextCommand
      SetTextCommand


Introduction page

SegmentDisplaySprite
Derived from SegmentDisplay


Sprite based SegmentDisplay to be used in 2D/3D world space.


Properties

public int SpriteSortingOrder"Order in Layer" of all SpriteRenderers this display is using is set to this value.

Properties

public int SpriteSortingOrder

"Order in Layer" of all SpriteRenderers this display is using is set to this value. This is important especially in 2D games if it is possible that this display will overlap with other sprites in scene. Change this value to choose should this display be in front or back of these other sprites.

ValueValue to be used as sorting order for all sprites used by this SegmentDisplay.