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
|
AbsCmd
Abstract base class for all commands to be added to Controller.
Properties
public bool Repeat | Get or set a value indicating whether this command should repeat. |
Properties
public bool Repeat Get or set a value indicating whether this command should repeat. If repeat is true, command is added back to Controller queue immediately after its execution starts. Value | True if command repeats, false otherwise. |
|