coordinateSystem property

TextureCoordinateSystem get coordinateSystem

Implementation

TextureCoordinateSystem get coordinateSystem {
  return _coordinateSystem;
}
set coordinateSystem (TextureCoordinateSystem value)

Implementation

set coordinateSystem(TextureCoordinateSystem value) {
  value;
  _setCoordinateSystem(value.index);
}