getRoot method
Object3D
getRoot()
Returns the root object on which this action is performed
Implementation
Object3D getRoot() {
return localRoot ?? mixer.root;
}
Returns the root object on which this action is performed
Object3D getRoot() {
return localRoot ?? mixer.root;
}