ManipulationAction

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 ManipulationAction

Summary

Actions that can be performed within the building/manipulation system. Represents discrete operations on placeable objects.

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

NONE

1
NONE = -1

No action specified


Build

1
Build = 0

Place a new object in location


Move

1
Move = 1

Move an existing object to new location


Rotate

1
Rotate = 2

Rotate object left or right


Rotate_LEFT

1
Rotate_LEFT = 3

Rotate object left


Rotate_RIGHT

1
Rotate_RIGHT = 4

Rotate object right


FlipH

1
FlipH = 5

Flip object horizontally


FLIP_HORIZONTAL

1
FLIP_HORIZONTAL = 6

Flip object horizontally


FlipV

1
FlipV = 7

Flip object vertically


FLIP_VERTICAL

1
FLIP_VERTICAL = 8

Flip object vertically


Demolish

1
Demolish = 9

Remove/destroy an object from the scene