Contents

BlendShapeWeightsSet

A custom collection of named blend shape weights.

Declaration

struct BlendShapeWeightsSet

Overview

Retrieve a BlendShapeWeightsSet from a BlendShapeWeightsComponent to access the current weights and weight names for each blend shape managed by the component.

Set the current weights for a blend shape by assigning a BlendShapeWeightsSet to a BlendShapeWeightsComponent for a specific blend shape.

The collection allows:

  • Access to elements by name.

  • Protection that prohibits updating an element, where such an update would try to rename the stored element.

BlendShapeWeightsSet does not support addition/removal of elements, as the blend shape weights are defined in the asset and the number and names of the weights are immutable.

Topics

Initializers

Instance Properties

Instance Methods

Subscripts

Default Implementations

See Also

Blend shape management