This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Avatar Mouth Data Source Assigner is a component that is able to assign a mouth tracking source to a field that accepts it.
Usage
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. |
TargetReference
|
SyncRef`1<IMouthTrackingSourceComponent> | A field that accepts a mouth tracking source (like DataSource on the Avatar Expression Driver Component) to assign a tracking source to.
|
Behavior
This component is triggered when a user equips an avatar that has this component as part of the hierarchy. The user that equipped the avatar needs to have an active mouth data source on their client, such as a Vive facial tracker, or using a mod that creates a source for mouth tracking (like VRCFTReceiver)
Examples
This can be used to assign the mouth tracking source on a Avatar Expression Driver Component to enable facial movements on an avatar via facial tracking.