RectangleSelector
Rectangle selection box manipulator.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: MouseManipulator
- Implements: IManipulator
public class RectangleSelector : MouseManipulator, IManipulator
Constructors
Constructor | Description |
|---|---|
| RectangleSelector() | RectangleSelector's constructor. |
Methods
Method | Description |
|---|---|
| ComputeAxisAlignedBound | Computer the axis-aligned bound rectangle. |
| RegisterCallbacksOnTarget | Called to register click event callbacks on the target element. |
| UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |