Component:AvatarPoseSmoothLerp: Difference between revisions

From Resonite Wiki
Add info
Automated: update Categories, SyncDelegates
Line 13: Line 13:
|PositionSmoothSpeed|Float| how fast the body node should move. Lower values mean slower speed.
|PositionSmoothSpeed|Float| how fast the body node should move. Lower values mean slower speed.
|RotationSmoothSpeed|Float| how fast the body node should rotate. Lower values mean slower speed.
|RotationSmoothSpeed|Float| how fast the body node should rotate. Lower values mean slower speed.
|SmoothSimulatedPoses|Bool|
}}
}}


Line 32: Line 33:
[[Category:Components{{#translation:}}|Avatar Pose Smooth Lerp]]
[[Category:Components{{#translation:}}|Avatar Pose Smooth Lerp]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:ComponentStub]]
[[Category:Components:Users:Common Avatar System:Pose Filters{{#translation:}}|Avatar Pose Smooth Lerp]]
[[Category:Components:Users:Common Avatar System:Pose Filters{{#translation:}}|Avatar Pose Smooth Lerp]]

Revision as of 16:41, 17 December 2024

Component image 
AvatarPoseSmoothLerp component as seen in the Scene Inspector

The AvatarPoseSmoothLerp component changes the smoothing speed of the position and rotation of a BodyNode.

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.
PositionSmoothSpeed Float how fast the body node should move. Lower values mean slower speed.
RotationSmoothSpeed Float how fast the body node should rotate. Lower values mean slower speed.
SmoothSimulatedPoses Bool

Usage

For use with a Component:AvatarAnchor or a tooltip to smooth the hand movement.

Examples

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


See Also