TargetingMode

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 TargetingMode

Summary

Enumeration of targeting modes.

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/TargetingSnapshot2D.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

Grid

1
Grid = 0

Grid-based targeting (snap to grid cells).


Free

1
Free = 1

Free-form targeting (world position).


Surface

1
Surface = 2

Surface-based targeting (follow terrain/objects).