Static variables

@:value("fgColor")staticinlineread onlyCOLOR_fgColor:String = "fgColor"

@:value("bgColor")staticinlineread onlyCOLOR_bgColor:String = "bgColor"

@:value(2097151)staticinlineread onlyMAX_ZINDEX:Int = 2097151

Constructor

new(x:Int, y:Int, w:Int, h:Int, fgColor:Color, bgColor:Color, tile:Int, z:Int)

Variables

@:value(0)@posXx:Int = 0

@:value(0)@posYy:Int = 0

@:value(100)@sizeXw:Int = 100

@:value(100)@sizeYh:Int = 100

@:value(0xf0f0f0ff)@colorfgColor:Color = 0xf0f0f0ff

@:value(0)@colorbgColor:Color = 0

@:value(0)@texTiletile:Int = 0

@:value(0)@zIndexz:Int = 0