Component:AvatarPoseSmoothLerp: Difference between revisions

From Resonite Wiki
imported>ModernBalloonie
No edit summary
 
Automated: update Fields, Categories
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|PositionSmoothSpeed|Float|  
|PositionSmoothSpeed|Float|
|RotationSmoothSpeed|Float|  
|RotationSmoothSpeed|Float|
}}
}}


Line 28: Line 28:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|AvatarPoseSmoothLerp (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Avatar Pose Smooth Lerp]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System:Pose Filters{{#translation:}}|AvatarPoseSmoothLerp (Component){{#translation:}}]]
[[Category:Components:Users:Common Avatar System:Pose Filters{{#translation:}}|Avatar Pose Smooth Lerp]]

Latest revision as of 23:05, 3 March 2024


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


Component image 
AvatarPoseSmoothLerp component as seen in the Scene Inspector


Intoduction

Usage

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
RotationSmoothSpeed Float

Behavior

On the BodyNode this Pose Filter is assigned to, this component will be able to change the smoothing speed of the position and rotation of that BodyNode.

Examples

Related Components