Class PreviewVisualSettings
- Namespace
- MoonBark.GridPlacement.Core.Services.Placement
- Assembly
- MoonBark.GridPlacement.Core.dll
Preview visual settings for placement visualization Pure C# implementation without Godot dependencies
public class PreviewVisualSettings
- Inheritance
-
PreviewVisualSettings
- Inherited Members
Properties
InvalidColor
Gets or sets the color used for invalid cells (hex string).
public string InvalidColor { get; set; }
Property Value
Opacity
Gets or sets the opacity used for preview rendering, in the range 0..1.
public float Opacity { get; set; }
Property Value
ShowInvalidCells
Gets or sets a value indicating whether invalid cells should be shown.
public bool ShowInvalidCells { get; set; }
Property Value
ShowPreview
Gets or sets a value indicating whether the preview should be shown.
public bool ShowPreview { get; set; }
Property Value
ShowValidCells
Gets or sets a value indicating whether valid cells should be shown.
public bool ShowValidCells { get; set; }
Property Value
ValidColor
Gets or sets the color used for valid cells (hex string).
public string ValidColor { get; set; }