In esenthel engine how can I remove some object from Gui class?

Posted by Gajet on Game Development See other posts from Game Development or by Gajet
Published on 2011-06-25T20:34:17Z Indexed on 2011/06/26 0:31 UTC
Read the original article Hit count: 254

Filed under:
|
|

I know many people in this site may not know esenthel engine at all and my question may be better answered at engine forum but I'm putting it here to share the name of a real easy to code gameengine with all of you:

you can easily add a Button for example to your GUI class (gui is it's shared instance) with Gui += buttonInstance.create("click on me") but I'm just wondering how can you remove an on object from from Gui members.

as far as I know there is no such a method as removeChild or getChildren or anything similar.

© Game Development or respective owner

Related posts about engine

Related posts about gui