ShortcutBinding

struct in UnityEditor.ShortcutManagement

Description

Represents a key binding used to trigger a shortcut.

Static Properties

Property Description
emptyA key combination representing the empty binding.

Properties

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

Constructors

Constructor Description
ShortcutBindingCreates a shortcut binding from a single key combination.

Public Methods

Method Description
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.

Did you find this page useful? Please give it a rating: