subscript(_:)
Accessor for reading a blend shape weights data in the set.
Declaration
subscript(blendShapeName: String) -> BlendShapeWeightsSet.Element? { get }Parameters
- blendShapeName:
The name of the blend shape to be returned.
Return Value
Blend shape weights data associated with the given name owned by this set, or nil if not found.