init(_:)
Initializes a collection of transforms of a specific type for a single skeletal pose.
Declaration
init<S>(_ transforms: S) where S : Sequence, S.Element == TransformParameters
- transforms:
An array of position, rotation, and scale data for the joints.