TargetType

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 TargetType

Summary

Targeting types for grid building system

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

None

1
None = 0

No specific target


GridCell

1
GridCell = 1

Target is a grid cell


Building

1
Building = 2

Target is a building


Resource

1
Resource = 3

Target is a resource


Terrain

1
Terrain = 4

Target is a terrain feature


Custom

1
Custom = 5

Target is a custom object