Version: Unity 6.6 Beta (6000.6)
LanguageEnglish
  • C#

UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The UnityEditor assembly implements the editor-specific APIs in Unity. It cannot be referenced by runtime code compiled into players.

Classes

Class Description
AdaptivePerformanceBuildHelper<T0> Base abstract class that provides some common functionality for providers seeking to integrate with management assisted build.
AdaptivePerformanceBuildUtils Helper utilities for build-time modifications.
AdaptivePerformanceGeneralSettingsPerBuildTarget Container class that holds general settings for each build target group installed in Unity.
AdaptivePerformancePackageMetadataStore Provide access to the metadata store. Currently only usable as a way to assign and remove loaders to or from an AdaptivePerformanceManagerSettings instance.
AdaptivePerformanceSupportedBuildTargetAttribute Build attribute to identify which platforms a loader supports.
AddAndRemoveRequestRepresents an asynchronous request to add package dependencies to the project, remove package dependencies from the project, or both.
AddedComponentClass with information about a component that has been added to a Prefab instance.
AddedGameObjectClass with information about a GameObject that has been added as a child under a Prefab instance.
AddRequestRepresents an asynchronous request to add a package to the project.
AdvancedDropdownInherit from this class to implement your own drop-down control.
AdvancedDropdownItemItems that build the drop-down list.
AdvancedDropdownStateThe state of the drop-down. This Object can be serialized.
AdvancedObjectSelectorAttributeThis attribute lets you register a custom advanced object selector.
AdvancedObjectSelectorValidatorAttributeThis attribute lets you register a custom advanced object selector validator.
AdvertisementSettingsEditor API for the Unity Services editor feature. Normally UnityAds is enabled from the Services window, but if writing your own editor extension, this API can be used.
AnalysisContext Base class for a context object passed by a Module to an Analyzer's Analyze() method.
AnalysisParams Represents an object which can be passed to an instance of ProjectAuditor to specify how analysis should be performed and to provide delegates to be called when analysis steps have completed. AnalysisParams defaults to values which instruct ProjectAuditor to analyze everything in the project for the current build target, but instances can be populated with custom data in an object initializer to provide additional constraints.
AnalyticsSettingsEditor API for the Unity Services editor feature. Normally Analytics is enabled from the Services window, but if writing your own editor extension, this API can be used.
AndroidAssetPackImporterRepresents an Android asset pack directory in a project.
AnimationClipAnalysisContext A context object passed by AnimationModule to an AnimationClipAnalyzer's Analyze() method.
AnimationClipAnalyzer Abstract base class for an Analyzer to be invoked by AnimationModule.
AnimationClipCurveDataAn AnimationClipCurveData object contains all the information needed to identify a specific curve in an AnimationClip. The curve animates a specific property of a component / material attached to a game object / animated bone.
AnimationMode AnimationMode is used by the AnimationWindow to store properties modified by the AnimationClip playback.
AnimationModeDriver AnimationMode uses AnimationModeDriver to identify the animation driver.
AnimationModuleAnalyzer Abstract base class for an Analyzer to be invoked by AnimationModule
AnimationUtilityEditor utility functions for modifying animation clips.
AnimationWindowUse the AnimationWindow class to select and edit Animation clips.
AnimatorControllerThe Animator Controller controls animation through layers with state machines, controlled by parameters.
AnimatorControllerLayerContains a state machine that controls animations of a model or parts of it.
AnimatorStateRepresents a state in a state machine.
AnimatorStateMachineA graph controlling the interaction of states. Each state references a motion.
AnimatorStateTransitionTransitions define when and how the state machine switch from one state to another. AnimatorStateTransition always originate from an Animator State (or AnyState) and have timing parameters.
AnimatorTransitionTransitions define when and how the state machine switch from on state to another. AnimatorTransition always originate from a StateMachine or a StateMachine entry. They do not define timing parameters.
AnimatorTransitionBaseBase class for animator transitions. Transitions define when and how the state machine switches from one state to another.
AnimBoolLerp from 0 - 1.
AnimFloatAn animated float value.
AnimQuaternionAn animated Quaternion value.
AnimVector3An animated Vector3 value.
ApplicationTitleDescriptorUtility class containing all the information necessary to format Unity Editor main window title. All the various fields are concatenated to create a fully formed title. If only ApplicationTitleDescriptor.title is provided, this will become the complete title.
ApplyRulesIfGraphicsAPIAttributeEnable or disable shader keyword filter attributes based on the graphics API.
ApplyRulesIfNotGraphicsAPIAttributeEnable or disable shader keyword filter attributes based on the graphics API.
ApplyRulesIfTagsEqualAttributeEnable or disable shader keyword filter attributes based on shader tags.
ApplyRulesIfTagsNotEqualAttributeEnable or disable shader keyword filter attributes based on shader tags.
ArcHandleA class for a compound handle to edit an angle and a radius in the Scene view.
ArrayUtilityHelpers for builtin arrays.
AssemblyClass that represents an assembly compiled by Unity.
AssemblyDefinitionExceptionAn exception throw for Assembly Definition Files errors.
AssemblyReloadEventsThis class has event dispatchers for assembly reload events.
AssetThis class containes information about the version control state of an asset.
AssetAnalysisContext A context object passed by AssetsModule to an AssetsModuleAnalyzer's Analyze() method.
AssetBundleInfoContainer for holding asset loading information for an AssetBundle to be built.
AssetCreationEndActionBase class to implement callbacks to be used when creating assets via the project window. You can extend the AssetCreationEndAction and write your own callback.
AssetDatabaseAn Interface for accessing assets and performing operations on assets.
AssetDatabaseExperimentalAn Interface for accessing assets and performing experimental operations on assets.
AssetDatabaseLoadOperationThis operation allows you to track the progress and access the result of an asynchronus AssetDatabase load operation.
AssetImportContextDefines the import context for scripted importers during an import event.
AssetImporterProvides access to import settings and base functionality for all asset types.
AssetImporterEditorDefault editor for all asset importer settings.
AssetListA list of version control information about assets.
AssetLoadInfoContainer for holding preload information for a given serialized Asset.
AssetModificationProcessorAssetModificationProcessor lets you hook into saving of serialized assets and scenes which are edited inside Unity.
AssetMonitoringUtilitiesUtility that manages asset monitoring features of UI Toolkit panels.
AssetPostprocessorAssetPostprocessor lets you hook into the import pipeline and run scripts before or after importing assets.
AssetPostprocessorStaticVariableIgnoreAttributeAllows you to decorate static variables in AssetPostprocessor and ScriptedImporter classes that should be ignored by the static variable warning system in the Import Activity window.This attribute is introduced to decorate static variables in PostProcessors and ScripttedImporters to prevent warnings about the usage of static variables. Though static variables in these classes can lead to subtle bugs when running on different Asset Import Workers as each worker has its own Mono Domain separate from the Main Editor, this attribute has been added to reduce the noise which could be generated in some difficult to fix situations involving static variables in said clasess.
AssetPreviewUtility for fetching asset previews by instance ID of assets, See AssetPreview.GetAssetPreview. Since previews are loaded asynchronously methods are provided for requesting if all previews have been fully loaded, see AssetPreview.IsLoadingAssetPreviews. Loaded previews are stored in a cache, the size of the cache can be controlled by calling [AssetPreview.SetPreviewTextureCacheSize].
AssetSettingsProviderAssetSettingsProvider is a specialization of the SettingsProvider class that converts legacy settings to Unified Settings. Legacy settings include any settings that used the Inspector to modify themselves, such as the *.asset files under the ProjectSettings folder. Under the hood, AssetSettingsProvider creates an Editor for specific Assets and builds the UI for the Settings window by wrapping the Editor.OnInspectorGUI function.Internally we use this class to wrap our existing settings.
AssetsModuleAnalyzer Abstract base class for an Analyzer to be invoked by AssetsModule
AsyncProgressState Stores the state of an individual progress item during analysis.
AttacherHelper object that attaches a visual element next to its target, regarless of their respective location in the visual tree hierarchy.
AudioClipAnalysisContext A context object passed by AudioClipModule to an AudioClipModuleAnalyzer's Analyze() method.
AudioClipModuleAnalyzer Abstract base class for an Analyzer to be invoked by AudioClipModule
AudioCurveRenderingAntialiased curve rendering functionality used by audio tools in the editor.
AudioImporterUse this class to modify AudioClip import settings from editor scripts.
AuthorInfoContains information about the author of a package, including their name, email, and URL.
BaseAnimValue<T0>Abstract base class for Animated Values.
BaseAnimValueNonAlloc<T0>Abstract base class that provides an allocation free version of BaseAnimValue.
BindingExtensions Provides VisualElement extension methods that implement data binding between INotifyValueChanged fields and SerializedObjects.
BlackboardGraphElement that enables user to dynamically define members of a Graph (such as fields/properties) grouped by sections (BlackboardSection).
BlackboardFieldGraphElement that represents a field of a Graph.
BlackboardRowCollapsible GraphElement that represents a row in a BlackboardSection.
BlackboardSectionGraphElement that represents a section of members in a Blackboard.
BlendTreeBlend trees are used to blend continuously animation between their children. They can either be 1D or 2D.
BlockNode Represents a specialized node that can only exist within a BlockNode.ContextNode.
BoxBoundsHandleA compound handle to edit a box-shaped bounding volume in the Scene view.
BrokenPrefabAssetBrokenPrefabAsset is for Prefab files where the file content cannot be loaded without errors.
BrushesOverlayContains functions that help display Terrain Tools overlays.
BuildAutomationSettingsProvides a set of configuration options you can use to customize the settings used when starting a Cloud Build.
BuildCallbackContextGet a BuildCallbackContext object from a IPreprocessBuildWithContext.OnPreprocessBuild or IPostprocessBuildWithContext.OnPostprocessBuild callback.
BuildCallbackVersionAttributeAttribute to provide a version number for IProcessSceneWithReport callbacks.
BuildFailedExceptionAn exception class that represents a failed build.
BuildHistory Provides access to the build history generated during builds.
BuildPipelineAPI for building players or AssetBundles.
BuildPipelineContextDefines the build context for IProcessSceneWithReport during a build event.
BuildPlayerContextGet a BuildPlayerContext object from a BuildPlayerProcessor.PrepareForBuild callback.
BuildPlayerProcessorExtend BuildPlayerProcessor to receive callbacks during a player build.
BuildPlayerWindowThe default build settings window.
BuildProfileProvides a set of configuration settings you can use to build your application on a particular platform.
BuildProfileProviderContainer A container class that contains all provider setting objects used in build profile. This is to accommodate for addComponent API only takes a single object with a type, but we have multiple objects with the same type, and are thus aggregated under this container.
BuildProfileSettingsProviderProvides the display information for a custom settings foldout in the Build Profile window.
BuildProfileSettingsProviderAttributeSpecifies if a settings object applies for a build profile and makes it available as a new section in the Build Profile window.
BuildReferenceMapContainer for holding information about where objects will be serialized in a build.
BuildReportThe BuildReport API gives you information about the Unity build process.
BuildUsageCacheCaching object for the Scriptable Build Pipeline.
BuildUsageTagSetContainer for holding information about how objects are being used in a build.
CacheServerThis class provides an interface for performing operations on a cache server.
CallbackOrderAttributeBase class for Attributes that require a callback index.
CameraDescriptionRepresents camera information from an imported file.
CameraEditorUnity Camera Editor.
CameraEditorUtilsUtilities for cameras.
CanEditMultipleObjectsAttribute used to make a custom editor support multi-object editing.
CapsuleBoundsHandleA compound handle to edit a capsule-shaped bounding volume in the Scene view.
CategorizationExtensionsProvides helper methods to categorize and sort a list of ICategorizable elements into hierarchical categories and leaves based on custom attributes.
ChangeSetWrapper around a changeset description and ID.
ChangeSetsA list of the ChangeSet class.
ChannelClientChannelClient is a WebSocket client that connects to Unity's ChannelService, which is a WebSocket server.
ChannelServiceThe ChannelService encapsulates a WebSocket server running in Unity.
ClearCacheRequestRepresents an asynchronous request to clear the global package cache on the disk.
ClickSelectorSelects element on single click.
ClientUse the Unity Package Manager Client class to manage the packages used in a project.
ClipboardUtilityA class containing methods to assist with clipboard operations.
CloudProjectSettingsUse this class to retrieve information about the currently selected project and the current Unity ID that is logged in.
CloudProjectSettingsEventManagerManages the events related to the project state.
ClutchShortcutAttributeRegisters a static method as the action for a clutch shortcut.
CodeEditorHandles interaction with the code editor.
CodeModuleAnalyzer Abstract base class for an Analyzer to be invoked by CodeModule
CodeModulePrecompiledAssemblyAnalyzer Abstract base class for a Precompiled Assembly analyzer
CollectImportedDependenciesAttributeUse this method attribute to specify which methods declare dependancies on imported assets. The methods are called by AssetDatabase during import.
ColorField Makes a field for selecting a color. For more information, refer to UXML element ColorField.
ColorPickerHDRConfigUsed as input to ColorField to configure the HDR color ranges in the ColorPicker.
CommonRolesThis class provides constant values for some of the common roles used by files in the build. The role of each file in the build is available in BuildFile.role.
CompilationPipelineMethods and properties for script compilation pipeline.
ComputeShaderImporterDefine compute shader import settings in the Unity Editor.
ConfigFieldDescribes the configuration fields of the version control that the user has selected in the Unity Editor.
ConnectedPlayerInformation of the connected player.
ConsoleWindowUtilityConsole Window Utility class.
ContentBuildInterfaceLow level interface for building content for Unity.
ContentDraggerManipulator that allows mouse-dragging of one or more elements.
ContentSummary Provides a high-level summary of the content included in a build.
ContentZoomerManipulator that allows zooming in GraphView.
Context Provides access to visualization data and features for a graph.
ContextMenuUtilityProvides methods to add menu items to the Scene view context menu.
ContextNode A specialized node that serves as a dynamic container for compatible BlockNode instances.
ConvertToPrefabInstanceSettingsSettings controlling the behavior of PrefabUtility.ConvertToPrefabInstance.
CoppaDrawerA container that fetches the UIElements that draw the COPPA compliance UI and subscribes to its events.
CrashReportingSettingsEditor API for the Unity Services editor feature. Normally CrashReporting is enabled from the Services window, but if writing your own editor extension, this API can be used.
CreationToolsGroupThis class represents the creation tools group. Pass this class’s type to the ToolAttribute.group parameter to place your EditorTool button in the built-in creation tools group in the Tools overlay.
CurveField Makes a field for editing an AnimationCurve. For more information, refer to UXML element CurveField.
CustomEditorTells an Editor class which run-time type it's an editor for.
CustomObjectIndexerAttributeAllows a user to register a custom Indexing function for a specific type.
CustomPivotAttributeRegisters a CustomPivotMode or CustomPivotRotation as a custom editor pivot setting. Use the PivotManager API or the Tool Settings overlay's UI to activate a registered setting.
CustomPivotModeUse this class to implement an editor pivot mode setting. This is the base class from which all custom pivot mode settings are inherited.
CustomPivotRotationUse this class to implement an editor pivot rotation setting. This is the base class from which all custom pivot rotation settings are inherited.
CustomPreviewAttributeAdds an extra preview in the Inspector for the specified type.
CustomPropertyDrawerTells a custom PropertyDrawer or DecoratorDrawer which run-time Serializable class or PropertyAttribute it's a drawer for.
DataTypeStyleMapper Maps custom data types to their visual styles in a graph.
DataTypeStyleMapperAttribute Attribute to specify which graph types a DataTypeStyleMapper applies to.
DecoratorDrawerBase class to derive custom decorator drawers from.
DeeplinkHandlerAttributeDecorates a public static method to serve as deeplink handler for application-level deeplinks forwarded by the Unity Editor.
DefaultAssetDefaultAsset is used for assets that do not have a specific type (yet).
DefaultDeviceFilterRepresents the default hardware profile that applies to all Android devices that don't match a specific ProfileDeviceFilter.
DefaultLaunchReportProvides information about the application launch.
DefaultLightingExplorerExtensionDefault definition for the Lighting Explorer. Can be overridden completely or partially.
DefaultWorkaroundsStores the workaround configuration for a DefaultDeviceFilter.
DependencyInfoA descriptor that stores one of a template Scene's dependency Assets, and specifies whether to clone or reference it when the template is instantiated.
Descriptor Descriptor defines a potential problem and a recommended course of action.
DescriptorExtensions Additional Descriptor functionality
DetailBrushRepresentation Represents data associated with the brush used for scattering details.
DeviceSimulatorClass for interacting with a Device Simulator window from a script.
DeviceSimulatorPluginExtend this class to create a Device Simulator plug-in.
DiagnosticParameterAttribute Used to mark an integer field in an class that inherits from ModuleAnalyzer as being a Diagnostic Parameter.
DiagnosticParams Provides numeric parameters with arbitrary names and defaults, with optional overrides for individual target build platforms.
DidReloadScriptsAdd this attribute to a method to get a notification after scripts have been reloaded.
DiffuseProfileCallbackAttribute This attribute is used as a callback to set SRP specific properties from the importer.
DispatcherThe search dispatcher is used to synchronize events from the search provider threads and the main UI threads.
DragAndDropEditor drag & drop operations.
DraggerBase manipulator for mouse-dragging elements.
DrawGizmoThe DrawGizmo attribute allows you to supply a gizmo renderer for any Component.
EdgeThe GraphView edge element.
EdgeConnectorManipulator for creating new edges.
EdgeConnector<T0>Manipulator for creating new edges.
EdgeControlVisualElement that draws the edge lines and detects if mouse is on top of edge.
EdgeDragHelperEdgeDragHelper's constructor.
EdgeDragHelper<T0>Edge drag helper class.
EdgeManipulatorEdge manipulator used to drag edges off ports and reconnect them elsewhere.
EditorDerive from this base class to create a custom inspector or editor for your custom object.
EditorActionAn EditorAction is a temporary tool that can represent either an atomic action or an interactive utility.
EditorAnalyticsEditor API for the EditorAnalytics feature.
EditorAnalyticsSessionInfoProvides access to Editor Analytics session information.
EditorApplicationProvides a collection of static utilities, properties, and events to interact with the Unity Editor application itself.
EditorBuildSettingsThis class allows you to modify the Editor Build Settings via script.
EditorBuildSettingsSceneRepresents entries in the Scenes list, as displayed in the Build Profiles window.
EditorCameraUtilsUtilities for Camera rendering in the Editor.
EditorConnectionHandles the connection from the Editor to the Player.
EditorDialogA collection of static methods to show modal dialog boxes.
EditorGraphicsSettingsEditor-specific script interface for Graphics Settings.
EditorGUIThese work pretty much like the normal GUI functions - and also have matching implementations in EditorGUILayout.
EditorGUILayoutAuto laid out version of EditorGUI.
EditorGUIUtilityMiscellaneous helper stuff for EditorGUI.
EditorJsonUtilityUtility functions for working with JSON data and engine objects.
EditorMultiplayerRolesManager Provides an api for managing multiplayer roles in the editor.
EditorPrefsStores and accesses Unity Editor preferences.
EditorSceneManagerManage scenes in the Editor when it is in Edit mode.
EditorSettingsUser settings for Unity Editor.
EditorSnapSettingsControl the behavior of handle snapping in the editor.
EditorStylesCommon GUIStyles used for EditorGUI controls.
EditorToolUse this class to implement editor tools. This is the base class from which all editor tools are inherited.
EditorToolAttributeRegisters an EditorTool as either a Global tool or a Component tool for a specific target type.
EditorToolbarButtonA clickable button used with EditorToolbarElementAttribute.
EditorToolbarDropdownA clickable dropdown used with EditorToolbarElementAttribute.
EditorToolbarDropdownToggleA control that is both a toggle and a dropdown used with EditorToolbarElementAttribute.
EditorToolbarElementAttributeThe EditorToolbarElement attribute allows you to make available a specific VisualElement for use in an Editor Toolbar.
EditorToolbarFloatFieldA float field used with EditorToolbarElementAttribute.
EditorToolbarSliderA clickable slider used with EditorToolbarElementAttribute.
EditorToolbarToggleA toggle displayed as a button. Mainly used inside an Overlay or with EditorToolbarElementAttribute.
EditorToolbarUtilityEditor utility functions when working with EditorToolbar.
EditorToolContextUse this class to implement specialized versions of the built-in transform tools. Built-in transform tools include Move, Rotate, Scale, Rect, and Transform.
EditorToolContextAttributeRegisters an EditorToolContext as either a global context or a Component context for a specific target type.
EditorToolOwnerAttributeRegisters an EditorWindow as a tool owner and specifies its default EditorToolContext.
EditorUserBuildSettingsUser build settings for the Editor
EditorUserSettingsClass for accessing and modifying Editor user settings related to version control and asset import.
EditorUtilityEditor utility functions.
EditorWindowDerive from this class to create a custom Editor window.
EditorWindowTitleAttributeUse this class to set title text and icon for an Editor window.
EmbedRequestRepresents an asynchronous request to embed a package inside a project.
EngineDiagnosticsSettingsEngine diagnostics data collection settings.
EntitlementGroupInfoData structure for entitlement group information (often synonymous with a license file), accessed through EntitlementInfo.
EntitlementInfoData structure for an individual entitlement, the results of a call to LicensingUtility.HasEntitlementsExtended.
EnumFlagsField Makes a dropdown for switching between enum flag values that are marked with the Flags attribute.
ErrorContains information about errors that occur during Package Manager operations, including the error message and error code.
EventsAn interface for accessing the package manager events. Use these events to monitor package changes in your Unity project.
EventServiceThe EventService is a singleton implementation of a ChannelClient that runs on all instances of Unity. It is connected to the "events" channel and allows a Unity instance to send JSON messages to other EventServices in external process, or other instances of Unity.
FBXMaterialDescriptionPreprocessorThis is a default implementation for AssetPostProcessor.OnPreprocessMaterialDescription, this implementation converts material descriptions imported from FBX assets into materials for the internal rendering pipeline.
FilePathAttributeAn attribute that specifies a file location relative to the Project folder or Unity's preferences folder. Additional resources: Location.
FileUtilLets you do move, copy, delete operations over files or directories.
FilterAttributeTell the shader system which shader keywords to include or remove from the build, based on the data field underneath.
FrameDataViewBase funtionality for accessing the Profiler data.
FreehandSelectorFreehand selection tool.
FuzzySearchProvides a method to match query text using a fuzzy search algorithm.
GameObjectAnalysisContext A context object passed by GameObjectModule to an GameObjectModuleAnalyzer's Analyze() method.
GameObjectModuleAnalyzer Abstract base class for an Analyzer to be invoked by GameObjectModule
GameObjectRecorderRecords the changing properties of a GameObject as the Scene runs and saves the information into an AnimationClip.
GameObjectToolContextThis class represents the default context for manipulation tools. When GameObjectToolContext is active, manipulation tools affect the transform property of GameObjects in the SceneView Selection.
GameObjectUtilityGameObject utility functions.
GenericHardwareDescriptionBase class for hardware profile device filters that stores version and graphics API criteria.
GenericMenuGenericMenu lets you create custom context menus and dropdown menus.
GitInfoIdentifies a specific revision for a Git package using a Git commit hash.
GizmoInfoGizmoInfo contains information about the Scene View gizmo and icon for a component type.
GizmoUtilityA static class for interacting with the Scene View icons and gizmos for types.
GradientField Makes a field for editing an Gradient. For more information, refer to UXML element GradientField.
Graph Represents the core definition of a graph and defines its behavior.
GraphAttribute Attribute used to declare a graph type by associating it with a file extension and optional configuration options.
GraphDatabase Provides functionality needed to access, and perform operations on, graph assets.
GraphElementBase class for main GraphView VisualElements.
GraphElementScopeExtensionsSet of extension methods useful for Scope.
GraphicsAPIConstraintAttributeEnable or disable shader keyword filter attributes based on the graphics API.
GraphicsSettingsInspectorUtilityUtility class for GraphicsSettings page.
GraphLogAction An GraphLogAction.Action to associate with a message logged using the GraphLogger accepting an Object.
GraphLogger Provides methods for logging messages, warnings, and errors associated with a graph.
GraphMotion Animation system for elements displayed in the graph canvas of a visualization Context.
GraphSelectionProvides methods for implementing selection history handling in a GraphView.
GraphToolbarElementAttribute Attribute used to bind a toolbar element to a specific Graph type.
GraphViewMain GraphView class.
GraphViewBlackboardWindowThe base class for a floating window that contains a Blackboard.
GraphViewEditorWindowAbstract base class for an editor window that contains a GraphView.
GraphViewMinimapWindowA floating window containing a MiniMap.
GraphViewToolWindowAbstract base class for a GraphView tool window.
GridBackgroundDefault GraphView background.