CorePlacementRuleData
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
Core placement rule data without Godot dependencies.
Metadata
Namespace: GridPlacement.Core.Data.Placement
Source File: cs/Core/Data/Placement/PlacementRuleData.cs
Assembly: GridPlacement.Core
Type: class
Properties
Id
Unique identifier for the rule.
Name
Human-readable name of the rule.
Description
Description of what the rule checks.
RuleType
Type of placement rule.
IsEnabled
Whether the rule is enabled.
Priority
Priority of the rule (higher numbers = higher priority).
Parameters
Rule-specific parameters.
Tags
Tags for categorizing rules.