Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphViewToolWindow

Abstract base class for a GraphView tool window.
Read time 7 minutesLast updated 4 days ago

Definition

public abstract class GraphViewToolWindow : EditorWindow

Remarks

A GraphView tool window is a window with a toolbar that lets the user select the GraphView tool.

Properties

Property

Description

ToolNameThe tool window name.

Methods

Method

Description

GetExtraPaneTypesGets the extra panes associated with the window.
IsGraphViewSupportedVerifies whether the GraphView tool window supports a specific GraphView.
OnEnableBase implementation of the Unity OnEnable event.
OnGraphViewChangedCallback invoked when the GraphView has changed.
OnGraphViewChangingCallback invoked when the GraphView is about to change.
SelectGraphViewFromWindowAssociate a GraphView, from a GraphViewEditorWindow, to this tool window.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.