![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The raw axis mapping.
Describes how to map the axis raw data to a game controller axis event.
The default constructor.
Murl.IGameControllerMapping.AxisMapping new()
Constructor taking initialization values.
Murl.IGameControllerMapping.AxisMapping new(Murl.IGameControllerMapping.AxisType axisType, Number rangeStart, Number rangeEnd, Murl.IGameControllerMapping.AxisEvent destinationEvent)
axisType | The axis type to read the raw value from. |
rangeStart | The axis raw data range start value. Represents the raw data value for the lowest destination value. |
rangeEnd | The axis raw data range end value. Represents the raw data value for the highest destination value. |
destinationEvent | The destination axis event to post the scaled axis value. |
The "equal to" comparison operator.
The axis type to read the raw value from.
The axis raw data range start value. Represents the raw data value for the lowest destination value.
The axis raw data range end value. Represents the raw data value for the highest destination value.
The destination axis event to post the scaled axis value.