setPath method

  1. @override
GLTFLoader setPath(
  1. String path
)
override

Implementation

@override
GLTFLoader setPath(String path) {
  super.setPath(path);
  return this;
}