BlendShapeNamesAndIndices interface

Object holding the data associated with blend shape names and indices

Signature:

export interface BlendShapeNamesAndIndices 

Properties

PropertyModifiersTypeDescription
IndexreadonlynumberIndex of the blend shape mapping to a BlendShapeIndex value.
NamereadonlystringDescription of the blend shape.

BlendShapeNamesAndIndices.Index property

Index of the blend shape mapping to a BlendShapeIndex value.

Signature:

readonly Index: number;

BlendShapeNamesAndIndices.Name property

Description of the blend shape.

Signature:

readonly Name: string;