Table of Contents

Class DisplaySystem

Namespace
Termule.Engine.Systems.Display
Assembly
Termule.Engine.dll

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

Cell

Size

Gets or sets the size of the display (in cells).

public VectorInt Size { get; protected set; }

Property Value

VectorInt