Table of Contents

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 = 8

Build/place a new entity

Delete = 6

Delete/remove an entity

Demolish = 7

Demolish an entity (may recover resources)

FlipHorizontal = 4

Flip horizontally

FlipVertical = 5

Flip vertically

Move = 1

Move an entity to a new position

None = 0

No operation

RotateLeft = 2

Rotate an entity

RotateRight = 3

Rotate an entity clockwise