Component:FingerPoseMultiplexer

From Resonite Wiki
Component image 
File:FingerPoseMultiplexerComponent.png
Finger Pose Multiplexer component as seen in the Scene Inspector

The FingerPoseMultiplexer component can be used to get data from multiple finger pose sources and make that data its own finger pose source data. 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.
Index Int What Component in Sources to copy data from for the finger pose data for this component.
InterpolationSpeed Float How fast the Multiplexer transitions what data this component is copying for this component's finger pose data.
Sources list of IFingerPoseSourceComponent The list if Finger pose sources to copy data from for the data for this component's Finger pose data.

Usage

Add items to the list of Sources to transition between and get data from. The data gotten is copied and becomes the data of this component. Can be used in the ways outlined in Finger Posing System.

Examples

Frooxius devlog video on this component

See Also