Skip to content

ActionType

ActionType = "button" | "axis" | "axis2d"

Defined in: input/inputMap.ts:49

How an action’s bindings combine: a digital button, a signed 1D axis, or a 2D axis2d. It decides which query answers — pressed/down for a button, value for an axis, axis2d for the last.