This remapper lets you specify how the Value control affects the target angle input. The remapper is visible only when Use Remapping is turned on in the properties of the Value control component. For more information on how remapping works, see Remappers.
The remapper works as follows. It multiplies the value provided by the Value control by the Multiplier value, and then adds the value of Offset to the result of the multiplication. If the resulting angle is greater than 360 degrees, it is 'wrapped' back into the range of 0 to 360. After that, the result is sent to the target angle input.
Defines the angle offset. Offset is added to the resulting value of the remapper after it was multiplied by the Multiplier value. If the result exceeds 360 degrees, it is 'wrapped' back into the range of 0 to 360.
Defines the angle multiplier. The Multiplier value is multiplied by the value of the Value control and the result is added to the Offset value.