setPath method

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

Implementation

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