setResourcePath method

Loader setResourcePath(
  1. String? resourcePath
)
inherited

resourcePath — Set the base path for dependent resources like textures.

Implementation

Loader setResourcePath(String? resourcePath) {
  this.resourcePath = resourcePath;
  return this;
}