GridMode
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Primary mode enum for the grid building system. Represents the current high-level tool/mode the system is in.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/Mode.cs
Assembly: GridPlacement.Core
Type: enum
Enum Values
Off
System is disabled / no building interaction.
Info
Information mode - hover/inspect.
Place
Placement mode - placing new objects.
Move
Move mode - relocating existing objects.
Remove
Remove mode - removing objects.
Edit
Edit mode - modifying existing objects.
Select
Select mode - selection without modification.
Inspect
Inspect mode - inspection without modification.
Resize
Resize mode - resizing existing objects.
Rotate
Rotate mode - rotating existing objects.
Paint
Paint mode - painting/modifying surface data.