PlacementRuleType

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 PlacementRuleType

Summary

Types of placement rules.

Metadata

Namespace: GridPlacement.Core.Data.Placement

Source File: cs/Core/Data/Placement/PlacementRuleData.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

Collision

1
Collision = 0

Checks for collision with existing objects.


Terrain

1
Terrain = 1

Checks terrain requirements.


Resource

1
Resource = 2

Checks resource requirements.


Zone

1
Zone = 3

Checks zone restrictions.


Custom

1
Custom = 4

Custom rule type.