getRoot method

dynamic getRoot()

Implementation

getRoot() {
  return _localRoot ?? _mixer._root;
}