IGUIElement

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Deis
Posts: 8
Joined: Sun Jun 26, 2005 4:02 pm

IGUIElement

Post by Deis »

If there a way to get an IGUIElement object by passing an ID of an active element? Or a way to get a list of the active IGUIElements?


Update: I just looked over the regular Irrlicht version and noticed that you can with it via getElementFromId() but that function is not yet implemented in the .Net version. Unless someone else has an idea, I am just gonna try to mod the source to put it in myself.

Update2 :Just a note. I managed to implement the GetElementFromID() function from regular Irrlicht into Irrlicht.Net. Seems to be working great. If anyone wishes to know what you have to do to get it working, let me know and I will post info.
Locked