setPath method

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

Implementation

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