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
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
No action specified
Build
Place a new object in location
Move
Move an existing object to new location
Rotate
Rotate object left or right
Rotate_LEFT
Rotate object left
Rotate_RIGHT
Rotate object right
FlipH
Flip object horizontally
FLIP_HORIZONTAL
Flip object horizontally
FlipV
Flip object vertically
FLIP_VERTICAL
Flip object vertically
Demolish
Remove/destroy an object from the scene