init(_:)
Initializes a collection of weights for a single blend shape.
Declaration
init<S>(_ weights: S) where S : Sequence, S.Element == FloatParameters
- weights:
An array of float weights for the blend shape.
Initializes a collection of weights for a single blend shape.
init<S>(_ weights: S) where S : Sequence, S.Element == FloatAn array of float weights for the blend shape.