coordinateSystem property
Implementation
TextureCoordinateSystem get coordinateSystem {
return _coordinateSystem;
}
Implementation
set coordinateSystem(TextureCoordinateSystem value) {
value;
_setCoordinateSystem(value.index);
}
TextureCoordinateSystem get coordinateSystem {
return _coordinateSystem;
}
set coordinateSystem(TextureCoordinateSystem value) {
value;
_setCoordinateSystem(value.index);
}