Component:TrackingSmoothingSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Tracking Smoothing Settings
|Name=Tracking Smoothing Settings
}}
}}
{{stub}}
The '''TrackingSmoothingSettings''' component is better explained on the [[Settings]] page.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|HandPositionSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true|
|HandPositionSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true| How much to smooth hand positioning, if not null.
|HandRotationSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true|
|HandRotationSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| How much to smooth hand rotation, if not null.
|FeetPositionSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv2=true|
|FeetPositionSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv2=true| How much to smooth feet positioning, if not null.
|FeetRotationSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv3=true|
|FeetRotationSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv3=true| How much to smooth feet rotation, if not null.
|HipsPositionSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true|
|HipsPositionSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true| How much to smooth hips positioning, if not null.
|HipsRotationSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv5=true|
|HipsRotationSmoothing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv5=true| How much to smooth hips rotation, if not null.
}}
}}


== Behavior ==
== Usage ==


== Examples ==
== Examples ==
Line 23: Line 23:
[[Category:Components:Uncategorized{{#translation:}}|Tracking Smoothing Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Tracking Smoothing Settings]]
[[Category:Components{{#translation:}}|Tracking Smoothing Settings]]
[[Category:Components{{#translation:}}|Tracking Smoothing Settings]]
[[Category:ComponentStubs]]

Latest revision as of 12:01, 3 August 2025

Component image 
Tracking Smoothing Settings component as seen in the Scene Inspector

The TrackingSmoothingSettings component is better explained on the Settings page.

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. Some components stop their functionality when this field is disabled, but some don't.
HandPositionSmoothing Nullable`1<Float> How much to smooth hand positioning, if not null.
HandRotationSmoothing Nullable`1<Float> How much to smooth hand rotation, if not null.
FeetPositionSmoothing Nullable`1<Float> How much to smooth feet positioning, if not null.
FeetRotationSmoothing Nullable`1<Float> How much to smooth feet rotation, if not null.
HipsPositionSmoothing Nullable`1<Float> How much to smooth hips positioning, if not null.
HipsRotationSmoothing Nullable`1<Float> How much to smooth hips rotation, if not null.

Usage

Examples

See Also