Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SelectionDragger

Selection dragger manipulator.
Read time 1 minuteLast updated 8 days ago

Definition

public class SelectionDragger : Dragger, IManipulator

Constructors

Constructor

Description

SelectionDragger()SelectionDragger's constructor.

Methods

Method

Description

OnMouseDownCalled on mouse down event.
OnMouseMoveCalled on mouse move event.
OnMouseUpCalled on mouse up event.
RegisterCallbacksOnTargetCalled to register click event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.

Inheritance