This version of Unity is unsupported.

ShortcutStage

enumeration

Description

Represents the stage at which a shortcut action was invoked.

This is used for clutch shortcuts (see ClutchShortcutAttribute) to determine if the shortcut action was invoked due to pressing the binding (Begin) or releasing the binding (End).

Properties

BeginRepresents that a shortcut action has begun.
EndRepresents that a shortcut action has ended.