Change UV ccordinates for ImageBox

Ixuss

17-07-2011 15:05:02

I need to change the UV coordinates of my ImageBox like this: ImgBox->_setUVSet(0,0,1,0.5)
But there is only a private member _setUVSet(). How can I set the new UV coordinates of my ImageBox?

Altren

17-07-2011 15:06:42

void setImageRect(const IntRect& _value);
Size in pixels.

Ixuss

17-07-2011 21:14:30

Thank you so much!