Automated: update Fields, Categories |
add some info |
||
Line 1: | Line 1: | ||
<languages></languages> | <languages></languages> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=TransformStreamDriverComponent.png | |Image=TransformStreamDriverComponent.png | ||
|Name=TransformStreamDriver | |Name=TransformStreamDriver | ||
}} | }} | ||
The '''TransformStreamDriver''' is used to convert a stream of position rotation and scale values into drives which can drive slot transforms. It is used internally by the user positioning system. | |||
== Fields == | |||
== | |||
{{Table ComponentFields | {{Table ComponentFields | ||
|PositionStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>'''|TypeAdv0=true| | |PositionStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>'''|TypeAdv0=true| | ||
|RotationStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:FloatQ|FloatQ]]>'''|TypeAdv1=true| | |RotationStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:FloatQ|FloatQ]]>'''|TypeAdv1=true| | ||
|ScaleStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>'''|TypeAdv2=true| | |ScaleStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float3|Float3]]>'''|TypeAdv2=true| | ||
|RootSpaceStream|'''[[Type:ReferenceStream`1|ReferenceStream`1]]<[[Type:Slot|Slot]]>'''|TypeAdv3=true| | |RootSpaceStream|'''[[Type:ReferenceStream`1|ReferenceStream`1]]<[[Type:Slot|Slot]]>'''|TypeAdv3=true| | ||
|Position|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true| | |Position|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true| | ||
|Rotation|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv5=true| | |Rotation|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv5=true| | ||
|Scale|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv6=true| | |Scale|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv6=true| | ||
Line 29: | Line 23: | ||
}} | }} | ||
== Examples == | == Examples == | ||
Part of the user positioning system and IK. | |||
== See Also == | |||
== | [[Category:ComponentStubs]] | ||
[[Category:Components{{#translation:}}|Transform Stream Driver]] | [[Category:Components{{#translation:}}|Transform Stream Driver]] | ||
[[Category:Components:Users{{#translation:}}|Transform Stream Driver]] | [[Category:Components:Users{{#translation:}}|Transform Stream Driver]] |
Latest revision as of 21:14, 5 February 2025
Component image 
TransformStreamDriver component as seen in the Scene Inspector

The TransformStreamDriver is used to convert a stream of position rotation and scale values into drives which can drive slot transforms. It is used internally by the user positioning system.
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. Some components stop their functionality when this field is disabled, but some don't. |
PositionStream
|
ValueStream`1<Float3> | |
RotationStream
|
ValueStream`1<FloatQ> | |
ScaleStream
|
ValueStream`1<Float3> | |
RootSpaceStream
|
ReferenceStream`1<Slot> | |
Position
|
field drive of Float3 | |
Rotation
|
field drive of FloatQ | |
Scale
|
field drive of Float3 | |
AllowOffsets
|
Bool | |
ResetStreamsOnDestroy
|
Bool | |
PositionOffset
|
Nullable`1<Float3> | |
RotationOffset
|
Nullable`1<FloatQ> | |
ScaleOffset
|
Nullable`1<Float3> | |
RunBeforePhysics
|
Bool |
Examples
Part of the user positioning system and IK.