IsGraphViewSupported(GraphView)
Verifies whether the GraphView tool window supports a specific GraphView.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
protected virtual bool IsGraphViewSupported(GraphView gv)
Parameters
A GraphView.
Returns
Type | Description |
|---|---|
| bool | Returns true if the GraphView tool window supports the specified GraphView. Returns false otherwise. |