Hello. In new NGUI I can't get widget size in pixels.
I tried myWidget.localScale, all reloads of NGUIMath.CalculateRelativeWidgetBounds(), myWidget.width/height, all corners of myWidget...
I changed resolution of screen so the size of widget changed too(from very little to very big). And problem is that in code shows me that myWidget.width = 150 and height = 150 in ANY resolution and size of myWidget (all in editor mode)
How can I get actual size in pixels now?