PlacementData
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 data without Godot dependencies. Contains all information needed for placement calculations.
Metadata
Namespace: GridPlacement.Core.Data.Placement
Source File: cs/Core/Data/Placement/PlacementData.cs
Assembly: GridPlacement.Core
Type: class
Properties
Id
Unique identifier for the placement.
Name
Human-readable name of the placement.
Description
Description of the building.
BuildingType
Building type/category.
Footprint
Footprint data for the building.
CanPlace
Whether the building can be placed.
CanRotate
Whether the building can be rotated.
CanFlip
Whether the building can be flipped.
ResourceCost
Resource cost for placing the building.
Requirements
Placement requirements.
DefaultTransparency
Default preview transparency.
ValidColor
Default valid placement color.
InvalidColor
Default invalid placement color.