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 [[Type:IFingerPoseSourceComponent|IFingerPoseSourceComponent]].
== Usage ==
For more information on finger pose sources, please see [[Finger Posing System]].
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Index|Int|
|Index|Int| What Component in <code>Sources</code> to copy data from for the finger pose data for this component.
|InterpolationSpeed|Float|
|InterpolationSpeed|Float| How fast the Multiplexer transitions what data this component is copying for this component's finger pose data.
|Sources|{{RootFieldType|SyncRefList`1|[[Type:IFingerPoseSourceComponent|IFingerPoseSourceComponent]]}}|TypeAdv2=true| The list if Finger pose sources to copy data from for the data for this component's Finger pose data.
}}
}}
== Behavior ==
== Usage ==
Add items to the list of <code>Sources</code> 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 ==
== Examples ==
[https://youtu.be/PG4qnZluan4 Frooxius devlog video on this component]
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.
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.