maxAnisotropy property

int maxAnisotropy

Implementation

int get maxAnisotropy => js_util.getProperty(this, 'maxAnisotropy');
void maxAnisotropy=(int newValue)

Implementation

set maxAnisotropy(int newValue) {
  js_util.setProperty(this, 'maxAnisotropy', newValue);
}