IsSelected(VisualElement)
The GraphElement is currently selected in specific container.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual bool IsSelected(VisualElement selectionContainer)
Parameters
The container.
Returns
Type | Description |
|---|---|
| bool | Returns true if the GraphElement is selected. Returns false otherwise. |