(Redirected from FingerPoseStreamManager (Component))
Component image
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.
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. |
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 Tracking.