API Referenceatlasatlas/input
TriggerType
Discriminator selecting the active field of a button trigger.
Module: atlas/input
Discriminator selecting the active field of a button trigger.
Declaration
export enum TriggerType {
MouseButton,
Key,
ControllerButton,
}Values
MouseButton
MouseButtonKey
KeyControllerButton
ControllerButton