Table of Contents

Enum RenderUnit

Namespace
Gloam.Core.Types
Assembly
Gloam.Core.dll

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)