ISelectable
Selectable interface.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public interface ISelectable
Methods
Method | Description |
|---|---|
| HitTest | See if point is on target. |
| IsSelectable | Check if element is selectable. |
| IsSelected | Check if element is selected. |
| Overlaps | Check if selection overlaps rectangle. |
| Select | Select element. |
| Unselect | Deselect element. |