Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Manipulator

Base class for all Manipulator implementations.
Read time 1 minuteLast updated 7 days ago

Definition

public abstract class Manipulator : IManipulator

Remarks

For more information, refer to Manipulators in the User Manual.

Properties

Property

Description

targetVisualElement being manipulated.

Methods

Method

Description

RegisterCallbacksOnTargetCalled to register event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.