IsAscendable()
Checks if the GraphElement is automatically brought to front when selected.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual bool IsAscendable()
Returns
Type | Description |
|---|---|
| bool | Returns true if the GraphElement is automatically brought to front when selected. Returns false otherwise. |