CorePlacementRuleData
CorePlacementRuleData
Core placement rule data without Godot dependencies.
Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Data/Placement/PlacementRuleData.cs
Namespace: GridBuilding.Core.Data.Placement
Kind: class
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
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.