Input.addAxisEvent

Add an event for when an axis changes.

class Input
static
UUID
addAxisEvent

Parameters

axisName
Type: string

The binding name of the axis for the event.

event
Type: AxisEvent

The event to call when the button changes.

Return Value

Type: UUID

The id of the new event.

Meta