Used with FaceInsetVisual.faceRegion for setting the face region to draw.
Used By: FaceInsetVisual#faceRegion
//@input Component.FaceInsetVisual faceInset// Sets the face inset to draw the mouthscript.faceInset.faceRegion = FaceInsetRegion.Mouth; Copy
//@input Component.FaceInsetVisual faceInset// Sets the face inset to draw the mouthscript.faceInset.faceRegion = FaceInsetRegion.Mouth;
Targets the entire face.
Targets the left eye.
Targets the mouth.
Targets the nose.
Targets the right eye.
Used with FaceInsetVisual.faceRegion for setting the face region to draw.
See
Used By: FaceInsetVisual#faceRegion
Example