Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphViewMinimapWindow

A floating window containing a MiniMap.
Read time 7 minutesLast updated 8 days ago

Definition

[EditorWindowTitle(title = "MiniMap")]public class GraphViewMinimapWindow : GraphViewToolWindow

Constructors

Constructor

Description

GraphViewMinimapWindow()Constructor.

Properties

Property

Description

ToolNameThe tool window name.

Methods

Method

Description

IsGraphViewSupportedVerifies whether the GraphView tool window supports a specific GraphView.
OnGraphViewChangedCallback invoked when the GraphView has changed.
OnGraphViewChangingCallback invoked when the GraphView is about to change.

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.