Automated: update Fields, Categories |
Style. This is no longer a stub. Added a description, added field descriptions, added usage description. |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=FingerPoseStreamManagerComponent.png | |Image=FingerPoseStreamManagerComponent.png | ||
Line 9: | Line 8: | ||
<!--T:2--> | <!--T:2--> | ||
The '''FingerPoseStreamManager''' component uses streaming data from the [[Component:ValueStream|ValueStream]] component (seen in the [[user Inspector]]) to control the left and right fingers on a [[User|user's]] [[Avatar|avatar]]. | |||
<!--T:3--> | <!--T:3--> | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|User|User| | |User|User| The referenced user to get tracking data from. | ||
|LeftIsTracking|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv1=true| | |LeftIsTracking|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv1=true| The stream data for the left hand. | ||
|RightIsTracking|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv2=true| | |RightIsTracking|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv2=true| The stream data for the right hand. | ||
|Stream|'''[[Type:MultiValueStream`1|MultiValueStream`1]]<[[Type:FloatQ|FloatQ]]>'''|TypeAdv3=true| | |Stream|'''[[Type:MultiValueStream`1|MultiValueStream`1]]<[[Type:FloatQ|FloatQ]]>'''|TypeAdv3=true| The stream data from all the tracking. | ||
|TracksMetacarpals|Bool| | |TracksMetacarpals|Bool| Should the metacarpals be tracked. | ||
|PoseController|UserPoseController| The pose controller from the user. | |||
}} | }} | ||
<!--T:4--> | <!--T:4--> | ||
== | == Usage == | ||
Used for [[Finger Tracking]]. | |||
<!--T:5--> | <!--T:5--> | ||
Line 31: | Line 31: | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Finger Pose Stream Manager]] | [[Category:Components{{#translation:}}|Finger Pose Stream Manager]] | ||
[[Category:Components:Users{{#translation:}}|Finger Pose Stream Manager]] | [[Category:Components:Users{{#translation:}}|Finger Pose Stream Manager]] |
Latest revision as of 07:54, 6 October 2024
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.