Component:FingerPoseMultiplexer: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Finger Pose Multiplexer
|Name=Finger Pose Multiplexer
}}
}}
{{stub}}
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|
|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]


== See Also ==
== See Also ==
* [[Finger Posing System]]


[[Category:Components:Users:Common Avatar System:Fingers{{#translation:}}|Finger Pose Multiplexer]]
[[Category:Components:Users:Common Avatar System:Fingers{{#translation:}}|Finger Pose Multiplexer]]
[[Category:Components{{#translation:}}|Finger Pose Multiplexer]]
[[Category:Components{{#translation:}}|Finger Pose Multiplexer]]
[[Category:ComponentStubs]]

Latest revision as of 03:46, 19 January 2025

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