RecenterPolicy

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 RecenterPolicy

Summary

Recenter policy on enable: choose where to place the positioner when input is (re)enabled.

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

None

1
None = 0

Do nothing (no recenter)


LastShown

1
LastShown = 1

Use last known/cached world position if available


ViewCenter

1
ViewCenter = 2

Center on the viewport/camera center


MouseCursor

1
MouseCursor = 3

Center on the mouse position