setPath method

Loader setPath(
  1. String path
)
inherited

path — Set the base path for the asset.

Implementation

Loader setPath(String path) {
  this.path = path;
  return this;
}