BlendShapeNamesAndIndices interface
Object holding the data associated with blend shape names and indices
Signature:
export interface BlendShapeNamesAndIndices
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Index | readonly | number | Index of the blend shape mapping to a BlendShapeIndex value. |
Name | readonly | string | Description 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;
Updated almost 2 years ago