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