Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IGraphWindow

Interface for editor windows that display and edit graphs.
Read time 1 minuteLast updated 6 days ago

Definition

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

GraphGets the graph currently being edited in this window.
StateMachineGets the state machine currently being edited in this window.