FaceInsetRegion
Lens Studio v1.6.0+
Description
Used with FaceInsetVisual.faceRegion for setting the face region to draw.
Enum Value | Description |
---|---|
FaceInsetRegion.LeftEye |
Targets the left eye |
FaceInsetRegion.RightEye |
Targets the right eye |
FaceInsetRegion.Mouth |
Targets the mouth |
FaceInsetRegion.Nose |
Targets the nose |
FaceInsetRegion.Face |
Targets the entire face |
Examples
//@input Component.FaceInsetVisual faceInset
// Sets the face inset to draw the mouth
script.faceInset.faceRegion = FaceInsetRegion.Mouth;
Still Looking for help?
Visit Support