AnimationTransforms constructor

AnimationTransforms({
  1. required DecomposedTransform bindPose,
})

Creates an AnimationTransforms anchored at the supplied bind pose.

Implementation

AnimationTransforms({required this.bindPose});