Class DisplaySystem
Base system for outputting rendered FrameBuffers to the screen or another display.
public abstract class DisplaySystem : System, ICameraTarget
- Inheritance
-
DisplaySystem
- Implements
- Derived
- Inherited Members
Properties
BackgroundCell
Gets or sets a cell that will fill the background of the display.
public Cell BackgroundCell { get; set; }
Property Value
Size
Gets or sets the size of the display (in cells).
public VectorInt Size { get; protected set; }