Contents

removeAnimation(for:)

Removes animation for the specified joint.

Declaration

static func removeAnimation(for jointName: String) -> SampledAnimation<Value>.SkeletalAnimationOperation

Parameters

  • jointName:

    Name of the joint to remove animation from.

Return Value

A SkeletalAnimationOperation that, when processed, produces a SampledAnimation<JointTransforms> with animation removed.