Contents

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 == Transform

Parameters

  • transforms:

    An array of position, rotation, and scale data for the joints.

See Also

Creating joint transforms