PreviewCalculationResult
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
Result of preview calculation containing footprint and visual data. This is a pure Core DTO that can be used without Godot dependencies.
Metadata
Namespace: GridPlacement.Core.Data.Placement
Source File: cs/Core/Data/Placement/PreviewCalculationResult.cs
Assembly: GridPlacement.Core
Type: class
Properties
FootprintData
The footprint data used for this calculation.
FootprintPositions
Calculated footprint positions for the preview.
Bounds
Bounding rectangle of the preview in grid coordinates.
IsValidPlacement
Whether the preview placement is valid at the calculated position.
Transparency
Recommended transparency for the preview (0.0 to 1.0).
TintColor
Recommended color tint for the preview.
ShapeData
Shape configuration for the preview.
Issues
Issues encountered during calculation.
Notes
Additional diagnostic information.
Methods
HasIssues
Gets whether the calculation has any issues.
AddIssue
Adds an issue to the result.
AddNote
Adds a note to the result.