Table of Contents

Interface IManipulationSystem

Namespace
MoonBark.GridPlacement.Core.Interfaces
Assembly
MoonBark.GridPlacement.Core.dll

Interface for manipulation system

public interface IManipulationSystem

Properties

IsActive

Gets whether the manipulation system is active

bool IsActive { get; }

Property Value

bool

Methods

BeginManipulation()

Starts a manipulation operation

void BeginManipulation()

EndManipulation()

Ends the current manipulation operation

void EndManipulation()