Difference between revisions of "Talk:Porting tips and changes from 0.7.X to 0.8.X"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Created page with "Image & create (const String &type, const String &name) Create an instance of Image subclass registered for identifier type using the name name. This is the most crypyti...") |
|||
Line 6: | Line 6: | ||
What types are there avalaible by default ? | What types are there avalaible by default ? | ||
+ | paul424 |
Revision as of 12:34, 17 December 2013
Image & create (const String &type, const String &name)
Create an instance of Image subclass registered for identifier type using the name name.
This is the most crypytic API change regarding the Image / ImageManager class
What types are there avalaible by default ? paul424