Component:FingerPoseLerp

From Resonite Wiki
Revision as of 22:31, 18 January 2025 by 989onan (talk | contribs) (add proper info)
Component image 
File:FingerPoseLerpComponent.png
Finger Pose Lerp component as seen in the Scene Inspector

The FingerPoseLerp component allows for a linear blending between two different Finger pose sources. The resulting data becomes the pose source data of this component. This component in itself is a IFingerPoseSourceComponent.

For more information on finger pose sources, please see Finger Posing System.

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.
A IFingerPoseSourceComponent The pose to start at when interpolating.
B IFingerPoseSourceComponent The pose to end at when interpolating.
Lerp Float The value to use 0<->1 when interpolating from A<->B

Usage

Can be used as a way of blending two different Finger pose data sources and then be used as a new finger pose data source that is the blend of the original two sources in other components.

See Also