Version: 2022.3
言語: 日本語

ShortcutStage

enumeration

マニュアルに切り替える

説明

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).

変数

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