This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ISelectable

interface in UnityEditor.Experimental.GraphView

Description

Selectable interface.

Public Methods

HitTestSee if point is on target.
IsSelectableCheck if element is selectable.
IsSelectedCheck if element is selected.
OverlapsCheck if selection overlaps rectangle.
SelectSelect element.
UnselectDeselect element.