setTexturePath method

dynamic setTexturePath(
  1. dynamic value
)

Implementation

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