Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphViewEditorWindow

Abstract base class for an editor window that contains a GraphView.
Read time 7 minutesLast updated 4 days ago

Definition

public abstract class GraphViewEditorWindow : EditorWindow

Remarks

Use this base class for a GraphView tool window that recognizes a GraphView tool. Examples of GraphView tool windows include MiniMap and Blackboard windows. This base class also allows for creating tool windows from the "Add Tab" menu.

Properties

Property

Description

graphViewsThe enumeration of the GraphViews that belong to an editor window. In most cases, there is only one GraphView.

Methods

Method

Description

GetExtraPaneTypesGets the extra panes associated with the editor window.

Static Methods

Method

Description

ShowGraphViewWindowWithToolsHelper method that instantiates a GraphViewWindow of a specified type, an attached Blackboard, and an attached MiniMap.

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.