Enum ManipulationOperation
- Namespace
- MoonBark.GridPlacement.Core.Types
- Assembly
- MoonBark.GridPlacement.Core.dll
Types of manipulation operations that can be performed. This is the Core-compatible version used by IPlacementBackend.
public enum ManipulationOperation
Fields
Build = 8Build/place a new entity
Delete = 6Delete/remove an entity
Demolish = 7Demolish an entity (may recover resources)
FlipHorizontal = 4Flip horizontally
FlipVertical = 5Flip vertically
Move = 1Move an entity to a new position
None = 0No operation
RotateLeft = 2Rotate an entity
RotateRight = 3Rotate an entity clockwise