PreviewVisualSettings
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
Preview visual settings for placement visualization Pure C# implementation without Godot dependencies
Metadata
Namespace: GridPlacement.Core.Services.Placement
Source File: cs/Core/Services/Placement/PlacementTypes.cs
Assembly: GridPlacement.Core
Type: class
Properties
ShowPreview
Gets or sets a value indicating whether the preview should be shown.
ShowInvalidCells
Gets or sets a value indicating whether invalid cells should be shown.
ShowValidCells
Gets or sets a value indicating whether valid cells should be shown.
ValidColor
Gets or sets the color used for valid cells (hex string).
InvalidColor
Gets or sets the color used for invalid cells (hex string).
Opacity
Gets or sets the opacity used for preview rendering, in the range 0..1.