Automated: update Fields, Categories |
Add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=AvatarPoseSmoothLerpComponent.png | |Image=AvatarPoseSmoothLerpComponent.png | ||
|Name=AvatarPoseSmoothLerp | |Name=AvatarPoseSmoothLerp | ||
}} | }} | ||
The '''AvatarPoseSmoothLerp''' component changes the smoothing speed of the position and rotation of a [[Type:BodyNode|BodyNode]]. | |||
<!--T:3--> | <!--T:3--> | ||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|PositionSmoothSpeed|Float| | |PositionSmoothSpeed|Float| how fast the body node should move. Lower values mean slower speed. | ||
|RotationSmoothSpeed|Float| | |RotationSmoothSpeed|Float| how fast the body node should rotate. Lower values mean slower speed. | ||
}} | }} | ||
<!--T:4--> | <!--T:4--> | ||
== | == Usage == | ||
For use with a [[Component:AvatarAnchor]] or a tooltip to smooth the hand movement. | |||
<!--T:5--> | <!--T:5--> | ||
== Examples == | == Examples == | ||
{{stub}} | |||
<!--T:6--> | <!--T:6--> | ||
== | == See Also == | ||
* [[Component:AvatarPoseSmoothLerp]] | |||
* [[Component:AvatarPoseOffset]] | |||
* [[Component:AvatarPoseRotationConstraint]] | |||
* [[Component:AvatarPoseBoxConstraint]] | |||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Avatar Pose Smooth Lerp]] | [[Category:Components{{#translation:}}|Avatar Pose Smooth Lerp]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[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]] |
Latest revision as of 03:30, 13 November 2024
Component image
The AvatarPoseSmoothLerp component changes the smoothing speed of the position and rotation of a BodyNode.
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. |
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.