PreviewVisualSettings

PreviewVisualSettings

Preview visual settings for placement visualization Pure C# implementation without Godot dependencies

Project: GridPlacement v6.0
Layer: Core
Source: Core/Services/Placement/PlacementTypes.cs
Namespace: GridBuilding.Core.Services.Placement
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

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.