Component:FingerPoseStreamManager

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
FingerPoseStreamManager component as seen in the Scene Inspector


The FingerPoseStreamManager component uses streaming data from the ValueStream component (seen in the user Inspector) to control the left and right fingers on a user's avatar. 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.
User User The referenced user to get tracking data from.
LeftIsTracking ValueStream`1<Bool> The stream data for the left hand.
RightIsTracking ValueStream`1<Bool> The stream data for the right hand.
Stream MultiValueStream`1<FloatQ> The stream data from all the tracking.
TracksMetacarpals Bool Should the metacarpals be tracked.
PoseController UserPoseController The pose controller from the user.

Usage

Used for Finger Posing System.

Examples

See Also