AnimationMixer constructor

AnimationMixer(
  1. dynamic root
)

Implementation

AnimationMixer(this.root) {
  _initMemoryManager();
}