Table of Contents

Enum OnGuiMode

Namespace
RatatuiUnity

OnGUI fallback display mode when no RawImage or MeshRenderer target is assigned.

public enum OnGuiMode

Fields

Full = 0

Stretch the terminal texture to fill the entire screen.

Partial = 1

Draw at the terminal's native pixel size (cols × rows × cell size), positioned according to horizontal and vertical alignment.

Window = 2

Draggable macOS-style window with title bar (close disabled, minimize, fullscreen). Native pixel size like Partial; position is interactive.