ProjectionMethod

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 ProjectionMethod

Summary

Projection method types for coordinate transformations. Used when converting between screen and world coordinates.

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

Unproject

1
Unproject = 0

Use camera unproject_position


ScreenToWorld

1
ScreenToWorld = 1

Use screen_to_world transformation


CameraInverse

1
CameraInverse = 2

Use camera inverse transform


EventGlobal

1
EventGlobal = 3

Use event.global_position


EventPos

1
EventPos = 4

Use event.position