Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

ReserveModifiersAttribute

class in UnityEditor.ShortcutManagement

Description

Provides an attribute that reserves one or multiple modifiers for a specific shortcut.

A reserved modifier does not prevent a shortcut from triggering when another key is pressed.

Properties

Description
ModifiersOne or more modifiers to reserve.

Constructors

Description
ReserveModifiersAttributeCreates an attribute that reserves a modifier for a single shortcut.