Component:LinearRotationMapper: Difference between revisions

From Resonite Wiki
imported>Xekri
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=LinearRotationMapperComponent.png |Name=Linear Rotation Mapper }} <!--T:2--> == Fields == {..."
 
Automated: update Fields
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Source|IValue`1|TypeString0=IValue<float>|
|Source|{{RootFieldType|RelayRef`1|[[Type:IValue`1|IValue`1]]&lt;[[Type:Float|Float]]&gt;}}|TypeAdv0=true|
|Target|IField`1|TypeString1=IField<floatQ>|
|Target|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv1=true|
|SourceMin|Float|
|SourceMin|Float|
|SourceMax|Float|
|SourceMax|Float|

Latest revision as of 21:26, 3 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Linear Rotation Mapper component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Source direct RelayRef`1<IValue`1<Float>>
Target field drive of FloatQ
SourceMin Float
SourceMax Float
TargetMin FloatQ
TargetMax FloatQ
AllowReverseMapping Bool
Clamp Bool

Usage

Examples

Related Components