IsStackable()
Checks whether the GraphElement is stackable.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual bool IsStackable()
Returns
Type | Description |
|---|---|
| bool | Returns true if the GraphElement is stackable. Returns false otherwise. |