Skip to main content
Version: 20 Mar 2024

BlendShapeProperties

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;

TypeDescription
FacialBlendShapeThe type of facial expression blend shape.

Flags

Flags which indicate if the blend shape property is valid and/or tracked.


public BlendShapePropertiesFlags Flags;

TypeDescription
BlendShapePropertiesFlagsFlags 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;