Component:MouthTrackingStreamManager

From Resonite Wiki
This page contains changes which are not marked for translation.


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