Component:TrackingSmoothingSettings

From Resonite Wiki
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