AnimationMixer constructor
AnimationMixer(
- dynamic root
Implementation
AnimationMixer(root) {
_root = root;
_initMemoryManager();
}
AnimationMixer(root) {
_root = root;
_initMemoryManager();
}