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

1
public class PreviewVisualSettings

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

1
public bool ShowPreview { get; set; }

Gets or sets a value indicating whether the preview should be shown.


ShowInvalidCells

1
public bool ShowInvalidCells { get; set; }

Gets or sets a value indicating whether invalid cells should be shown.


ShowValidCells

1
public bool ShowValidCells { get; set; }

Gets or sets a value indicating whether valid cells should be shown.


ValidColor

1
public string ValidColor { get; set; }

Gets or sets the color used for valid cells (hex string).


InvalidColor

1
public string InvalidColor { get; set; }

Gets or sets the color used for invalid cells (hex string).


Opacity

1
public float Opacity { get; set; }

Gets or sets the opacity used for preview rendering, in the range 0..1.