Public classes

Controller
DisplayModel
DotMatrix
ImageToContent
TextToContent

Commands/

   AbsCmd
   AbsCmdPosition
   AbsCmdSpeed
   CallbackCommand
   ClearCommand
   ContentCommand
   PauseCommand
   TextCommand

Displays/

   Display
   DisplayObj
   Display_3D
   Display_Sprite
   Display_Texture
   Display_UI


Introduction page

AbsCmdSpeed
Derived from AbsCmd


Abstract base class for all commands that may be executed with different speeds, such as scrolling text.


Properties

public float DotsPerSecondSet moving content speed.
public int DotsPerStepSet moving content to jump in steps.

Properties

public float DotsPerSecond

Set moving content speed. If this is not set, default value from Controller is used.

ValueSpeed in dots per second.


public int DotsPerStep

Set moving content to jump in steps. Default is 1 for normal dot-by-dot scrolling and clearing effects. Setting this to higher value make scrolling or clearing happen in jumps which is useful especially in displays with grouped dots.

ValueHow many dots content moves at once.