SuperSourceBox constructor
SuperSourceBox({})
Implementation
SuperSourceBox({
this.index = 0,
this.enabled = false,
this.source = 0,
this.x = 0,
this.y = 0,
this.size = 1000,
this.masked = false,
this.maskTop = 0,
this.maskBottom = 0,
this.maskLeft = 0,
this.maskRight = 0,
});