FootprintShapeType

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 enum FootprintShapeType

Summary

Types of footprint shapes.

Metadata

Namespace: GridPlacement.Core.Data.Placement

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

Rectangle

1
Rectangle = 0

Rectangle footprint.


Circle

1
Circle = 1

Circle footprint.


Custom

1
Custom = 2

Custom footprint defined by explicit points.