Component:MouthTrackingStreamManager: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page MouthTrackingStreamManager (Component) to Component:MouthTrackingStreamManager: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|User|User|  
|User|User|
|IsTracking|ValueStream`1|TypeString1=ValueStream<Bool>|  
|IsTracking|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Bool|Bool]]&gt;'''|TypeAdv1=true|
|Jaw|ValueStream`1|TypeString2=ValueStream<Float3>|  
|Jaw|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float3|Float3]]&gt;'''|TypeAdv2=true|
|JawOpen|ValueStream`1|TypeString3=ValueStream<Float>|  
|JawOpen|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv3=true|
|Tongue|ValueStream`1|TypeString4=ValueStream<Float3>|  
|Tongue|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float3|Float3]]&gt;'''|TypeAdv4=true|
|LipUpperLeftRaise|ValueStream`1|TypeString5=ValueStream<Float>|  
|TongueRoll|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv5=true|
|LipUpperRightRaise|ValueStream`1|TypeString6=ValueStream<Float>|  
|LipUpperLeftRaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv6=true|
|LipLowerLeftaise|ValueStream`1|TypeString7=ValueStream<Float>|  
|LipUpperRightRaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv7=true|
|LipLowerRightRaise|ValueStream`1|TypeString8=ValueStream<Float>|  
|LipLowerLeftaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv8=true|
|LipUpperHorizontal|ValueStream`1|TypeString9=ValueStream<Float>|  
|LipLowerRightRaise|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv9=true|
|LipLowerHorizontal|ValueStream`1|TypeString10=ValueStream<Float>|  
|LipUpperHorizontal|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv10=true|
|MouthLeftSmileFrown|ValueStream`1|TypeString11=ValueStream<Float>|  
|LipLowerHorizontal|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv11=true|
|MouthRightSmileFrown|ValueStream`1|TypeString12=ValueStream<Float>|  
|MouthLeftSmileFrown|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv12=true|
|MouthPout|ValueStream`1|TypeString13=ValueStream<Float>|  
|MouthRightSmileFrown|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv13=true|
|LipTopOverturn|ValueStream`1|TypeString14=ValueStream<Float>|  
|MouthPout|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv14=true|
|LipBottomOverturn|ValueStream`1|TypeString15=ValueStream<Float>|  
|LipTopOverturn|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv15=true|
|LipTopOverUnder|ValueStream`1|TypeString16=ValueStream<Float>|  
|LipBottomOverturn|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv16=true|
|LipBottomOverUnder|ValueStream`1|TypeString17=ValueStream<Float>|  
|LipTopOverUnder|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv17=true|
|CheekLeftPuffSuck|ValueStream`1|TypeString18=ValueStream<Float>|  
|LipBottomOverUnder|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv18=true|
|CheekRightPuffSuck|ValueStream`1|TypeString19=ValueStream<Float>|  
|CheekLeftPuffSuck|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv19=true|
|CheekRightPuffSuck|'''[[Type:ValueStream`1|ValueStream`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv20=true|
}}
}}


Line 45: Line 46:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|MouthTrackingStreamManager (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Mouth Tracking Stream Manager]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users{{#translation:}}|MouthTrackingStreamManager (Component){{#translation:}}]]
[[Category:Components:Users{{#translation:}}|Mouth Tracking Stream Manager]]

Revision as of 22:53, 3 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
MouthTrackingStreamManager component as seen in the Scene Inspector


Intoduction

Usage

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.
User User
IsTracking ValueStream`1<Bool>
Jaw ValueStream`1<Float3>
JawOpen ValueStream`1<Float>
Tongue ValueStream`1<Float3>
TongueRoll ValueStream`1<Float>
LipUpperLeftRaise ValueStream`1<Float>
LipUpperRightRaise ValueStream`1<Float>
LipLowerLeftaise ValueStream`1<Float>
LipLowerRightRaise ValueStream`1<Float>
LipUpperHorizontal ValueStream`1<Float>
LipLowerHorizontal ValueStream`1<Float>
MouthLeftSmileFrown ValueStream`1<Float>
MouthRightSmileFrown ValueStream`1<Float>
MouthPout ValueStream`1<Float>
LipTopOverturn ValueStream`1<Float>
LipBottomOverturn ValueStream`1<Float>
LipTopOverUnder ValueStream`1<Float>
LipBottomOverUnder ValueStream`1<Float>
CheekLeftPuffSuck ValueStream`1<Float>
CheekRightPuffSuck ValueStream`1<Float>

Behavior

Examples

Related Components