setTexturePath method

dynamic setTexturePath(
  1. dynamic value
)

Implementation

setTexturePath(value) {
  console.error('ObjectLoader: .setTexturePath() has been renamed to .setResourcePath().');
  return setResourcePath(value);
}