ShortcutBinding

struct in UnityEditor.ShortcutManagement

/

Implemented in:UnityEditor

Description 描述

Represents a key binding used to trigger a shortcut.

Static Properties

emptyA key combination representing the empty binding.

Properties 属性

keyCombinationSequenceThe sequence of key combinations required to trigger a shortcut with this binding.

Constructors

ShortcutBindingCreates a shortcut binding from a single key combination.

Public Methods 公共方法

EqualsDetermines whether this instance and another specified ShortcutBinding instance have the same value.
GetHashCodeReturns the hash code for the value of this instance.
ToStringConverts the value of the current ShortcutBinding object to its equivalent string representation.