IGraphWindow
Interface for editor windows that display and edit graphs.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public interface IGraphWindow
Remarks
Graph Toolkit editor windows implement this interface to provide access to the graph being edited. Check if an EditorWindow implements this interface to access the graph.
Properties
Property | Description |
|---|---|
| Graph | Gets the graph currently being edited in this window. |
| StateMachine | Gets the state machine currently being edited in this window. |