AnimationMixer constructor

AnimationMixer(
  1. dynamic root
)

Implementation

AnimationMixer(root) {
  _root = root;
  _initMemoryManager();
}