IsSelected(VisualElement)
Check if element is selected.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
bool IsSelected(VisualElement selectionContainer)
Parameters
Container in which the selection is tracked.
Returns
Type | Description |
|---|---|
| bool | True if selected. False otherwise. |