animatedPose property

DecomposedTransform animatedPose
getter/setter pair

Scratch transform mutated by clips during AnimationPlayer.update.

Reset to a copy of bindPose at the start of each frame.

Implementation

DecomposedTransform animatedPose = DecomposedTransform(
  translation: Vector3.zero(),
  rotation: Quaternion.identity(),
  scale: Vector3.all(1.0),
);