billowy-waiter-28954
08/27/2022, 8:53 AMfaint-toothbrush-51643
08/27/2022, 2:52 PMbillowy-waiter-28954
08/27/2022, 5:24 PMorange-van-60470
08/27/2022, 5:24 PMHaxe
function scale( nine: nineSlice, s: Float ) scaleXY( nine, s );
function scaleXY( nine: nineSlice, scaleX: Float, scaleY: Float ){
nine.width = nine.width*scaleX;
nine,height = nine.height*scaleY;
nine.slice( nine.sliceTop*scaleY
, nine.sliceLeft*scaleX
, nine.sliceBottom*scaleY
, nine.sliceRight*scaleX );
// contentDirty
// computeContent(); should be automatic..
}
orange-van-60470
08/27/2022, 5:25 PMbillowy-waiter-28954
08/27/2022, 5:26 PMorange-van-60470
08/27/2022, 5:26 PMorange-van-60470
08/27/2022, 5:26 PMfaint-toothbrush-51643
08/27/2022, 7:16 PMbillowy-waiter-28954
08/27/2022, 7:29 PMbillowy-waiter-28954
08/27/2022, 7:29 PMbillowy-waiter-28954
08/27/2022, 7:35 PMfaint-toothbrush-51643
08/27/2022, 8:42 PMbillowy-waiter-28954
08/27/2022, 8:57 PMfaint-toothbrush-51643
08/27/2022, 9:23 PMfaint-toothbrush-51643
08/27/2022, 9:23 PMfaint-toothbrush-51643
08/28/2022, 2:46 AMfaint-toothbrush-51643
08/28/2022, 2:47 AMfaint-toothbrush-51643
08/28/2022, 2:48 AMfaint-toothbrush-51643
08/28/2022, 2:48 AMfaint-toothbrush-51643
08/28/2022, 2:56 AMfaint-toothbrush-51643
08/28/2022, 2:56 AMfaint-toothbrush-51643
08/28/2022, 3:31 AMbrainy-machine-50829
08/28/2022, 5:45 AMbillowy-waiter-28954
08/28/2022, 7:18 AMbright-gpu-74537
08/28/2022, 8:26 AMbillowy-waiter-28954
08/28/2022, 8:47 AMbright-gpu-74537
08/28/2022, 8:48 AMbillowy-waiter-28954
08/28/2022, 8:49 AM