PreviewShapeData

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 PreviewShapeData

Summary

Shape configuration data for preview rendering.

Metadata

Namespace: GridPlacement.Core.Data.Placement

Source File: cs/Core/Data/Placement/PreviewCalculationResult.cs

Assembly: GridPlacement.Core

Type: class

Properties

ShapeType

1
public PreviewShapeType ShapeType { get; set; }

Type of shape to render.


Size

1
public CoreVector2I Size { get; set; }

Size of the shape in grid units.


PolygonPoints

1
public List<CoreVector2I> PolygonPoints { get; set; }

Custom polygon points for complex shapes (if ShapeType is Custom).


Radius

1
public int Radius { get; set; }

Radius for circular shapes.