http://www.cegui.org.uk/api_reference/c ... t.html#a14
So something like this:
Code: Select all
Imageset* is = ...
Texture* t = is->getTexture()
is->defineImage("full",Rect(0,0,t->getWidth(), t->getHeight()), Point(0,0));
Moderators: CEGUI MVP, CEGUI Team
Code: Select all
Imageset* is = ...
Texture* t = is->getTexture()
is->defineImage("full",Rect(0,0,t->getWidth(), t->getHeight()), Point(0,0));
Return to “Modifications / Integrations / Customisations”
Users browsing this forum: No registered users and 1 guest