Contents

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(_:).