ShortcutBindingChangedEventArgs

struct in UnityEditor.ShortcutManagement

Cambiar al Manual

Descripción

Provides data for the IShortcutManager.shortcutBindingChanged event.

Variables

newBindingThe new binding for the shortcut that had its binding changed.
oldBindingThe old binding for the shortcut that had its binding changed.
shortcutIdThe ID of the shortcut that had its binding changed.

Constructores

ShortcutBindingChangedEventArgsInitializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding.