|Source|{{RootFieldType|RelayRef`1|[[Type:IValue`1|IValue`1]]<[[Type:Float|Float]]>}}|TypeAdv0=true| The source value field to get the source mapped value from.
|Target|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv1=true| The rotation to drive with the mapped rotation value.
|SourceMin|Float|
|SourceMin|Float| The minimum value for <code>Source</code> for mapping.
|SourceMax|Float|
|SourceMax|Float| The maximum value for <code>Source</code> for mapping.
|TargetMin|FloatQ|
|TargetMin|FloatQ| The minumum rotation value when <code>Source</code> is at <code>SourceMin</code>'s value.
|TargetMax|FloatQ|
|TargetMax|FloatQ| The maximum rotation value when <code>Source</code> is at <code>SourceMax</code>'s value.
|AllowReverseMapping|Bool|
|AllowReverseMapping|Bool| Whether changes to <code>Target</code> map in the reverse direction and get applied to target.
|Clamp|Bool|
|Clamp|Bool| Whether to allow extrapolation of the lerped data or to keep it within the values specified.
}}
}}
<!--T:3-->
== Usage ==
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
Can be used to make an object spin as a slider is slid. Then can also be used to rotate the object that in turn affects the slider if <code>AllowReverseMapping</code> is enabled.
Whether to allow extrapolation of the lerped data or to keep it within the values specified.
Examples
Can be used to make an object spin as a slider is slid. Then can also be used to rotate the object that in turn affects the slider if AllowReverseMapping is enabled.