subscript(_:)
Accesses a single weight in the collection at the given index.
Declaration
subscript(index: BlendShapeWeights.Index) -> Float { get set }Overview
For more on accessing elements by index, see subscript(_:).
Accesses a single weight in the collection at the given index.
subscript(index: BlendShapeWeights.Index) -> Float { get set }For more on accessing elements by index, see subscript(_:).