setPath method
path — Set the base path for the asset.
Implementation
@override
CompressedTextureLoader setPath(String path){
super.setPath(path);
return this;
}
path — Set the base path for the asset.
@override
CompressedTextureLoader setPath(String path){
super.setPath(path);
return this;
}