maxAnisotropy property

int get maxAnisotropy

Implementation

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

Implementation

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