getRoot method

Object3D getRoot()

Returns this mixer's root object.

Implementation

Object3D getRoot() {
  return root;
}