BlendShapeProperties
NameSpace: FacialExpressions
The data properties associated with a given blend shape obtained by the Facial Expressions API.
Public Attributes
FacialBlendShape
The type of facial expression blend shape.
public FacialBlendShape FacialBlendShape;
Type | Description |
---|---|
FacialBlendShape | The type of facial expression blend shape. |
Flags
Flags which indicate if the blend shape property is valid and/or tracked.
public BlendShapePropertiesFlags Flags;
Type | Description |
---|---|
BlendShapePropertiesFlags | Flags that determine if a blend shape is considered valid and/or tracked. |
Weight
A value between 0 and 1 that states the current weight of the blend shape property.
public float Weight;