Enum MRFaceExpression
Face expression event data type
Namespace: Unity.MARS.Data
Syntax
public enum MRFaceExpression : int
Fields
| Name | Description | Value |
|---|---|---|
| LeftEyeClose | Left eye close |
0 |
| RightEyeClose | Right eye close |
1 |
| LeftEyebrowRaise | Left eyebrow raise |
2 |
| RightEyebrowRaise | Right eyebrow raise |
3 |
| BothEyebrowsRaise | Both eye raise |
4 |
| LeftLipCornerRaise | Left lip corner raise |
5 |
| RightLipCornerRaise | Right lip corner raise |
6 |
| Smile | Mouth smile |
7 |
| MouthOpen | Mouth open |
8 |