Skip to main content

Variable: actionResetTypes

const actionResetTypes: object

Defined in: input/constants/action-reset-types.ts:2

Defines the types of action resets available for input actions.

Type declaration

noReset

readonly noReset: "noReset" = 'noReset'

The action will not reset.

zero

readonly zero: "zero" = 'zero'

The action will reset to a zero value.