Inheriting IGUIEnvironment Object

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
flipnode
Posts: 15
Joined: Thu Jul 27, 2006 1:24 am

Inheriting IGUIEnvironment Object

Post by flipnode »

I have found that it is very difficult to inherit the IGUIEnvironment object.

Its complaining about passing the wrong reference object through the base constructor. It wants irr::gui:: scope, but this isn't available.

Is it even a good idea to inherit this object?

I am trying to create a GameGUIEnvironment, with a method such as

Code: Select all

AddQuitMessageBox();
What would you fellow hackers suggest?
flipnode
Posts: 15
Joined: Thu Jul 27, 2006 1:24 am

Okay, no response from anyone

Post by flipnode »

Okay, I haven't gotten any response on this post. Maybe I should just inherit the element class and do it that way?

Can someone explain the correct way I should be attempting the mentioned above.?
Locked