Version: Unity 6 (6000.0)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

ShortcutHandler

class in UnityEditor.Experimental.GraphView

/

Inherits from:UIElements.Manipulator

Description

Shortcut handler.

Constructors

Description
ShortcutHandlerShortcutHandler's constructor.

Protected Methods

Description
RegisterCallbacksOnTargetCalled to register click event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.

Inherited Members

Properties

Description
target VisualElement being manipulated.