CenteringMode

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 CenteringMode

Summary

Centering modes for grid targeting operations.

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/CenteringMode.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

None

1
None = 0

No centering


Cell

1
Cell = 1

Center on grid cell


Intersection

1
Intersection = 2

Center on grid intersection


Object

1
Object = 3

Center on object bounds