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

1
public enum GridMode

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

1
Off = 0

System is disabled / no building interaction.


Info

1
Info = 1

Information mode - hover/inspect.


Place

1
Place = 2

Placement mode - placing new objects.


Move

1
Move = 3

Move mode - relocating existing objects.


Remove

1
Remove = 4

Remove mode - removing objects.


Edit

1
Edit = 5

Edit mode - modifying existing objects.


Select

1
Select = 6

Select mode - selection without modification.


Inspect

1
Inspect = 7

Inspect mode - inspection without modification.


Resize

1
Resize = 8

Resize mode - resizing existing objects.


Rotate

1
Rotate = 9

Rotate mode - rotating existing objects.


Paint

1
Paint = 10

Paint mode - painting/modifying surface data.