TextureRegion constructor
Implementation
const TextureRegion(
this.texture, {
this.x = 0,
this.y = 0,
this.width = -1,
this.height = -1,
this.mipLevel = 0,
this.slice = 0,
});
const TextureRegion(
this.texture, {
this.x = 0,
this.y = 0,
this.width = -1,
this.height = -1,
this.mipLevel = 0,
this.slice = 0,
});