Table of Contents

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

string

Opacity

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

public float Opacity { get; set; }

Property Value

float

ShowInvalidCells

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

public bool ShowInvalidCells { get; set; }

Property Value

bool

ShowPreview

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

public bool ShowPreview { get; set; }

Property Value

bool

ShowValidCells

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

public bool ShowValidCells { get; set; }

Property Value

bool

ValidColor

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

public string ValidColor { get; set; }

Property Value

string