Enum OnGuiMode
- Namespace
- RatatuiUnity
OnGUI fallback display mode when no RawImage or MeshRenderer target is assigned.
public enum OnGuiMode
Fields
Full = 0Stretch the terminal texture to fill the entire screen.
Partial = 1Draw at the terminal's native pixel size (cols × rows × cell size), positioned according to horizontal and vertical alignment.
Window = 2Draggable macOS-style window with title bar (close disabled, minimize, fullscreen). Native pixel size like Partial; position is interactive.