Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RectangleSelector

Rectangle selection box manipulator.
Read time 1 minuteLast updated 7 days ago

Definition

public class RectangleSelector : MouseManipulator, IManipulator

Constructors

Constructor

Description

RectangleSelector()RectangleSelector's constructor.

Methods

Method

Description

ComputeAxisAlignedBoundComputer the axis-aligned bound rectangle.
RegisterCallbacksOnTargetCalled to register click event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.

Inheritance