Enum RenderUnit
Represents the unit of measurement for rendering surfaces
public enum RenderUnit
Fields
Cells = 0
Measured in character cells (console-based rendering)
Pixels = 1
Measured in pixels (graphics-based rendering)
Represents the unit of measurement for rendering surfaces
public enum RenderUnit
Cells = 0
Measured in character cells (console-based rendering)
Pixels = 1
Measured in pixels (graphics-based rendering)