how to do GUIEnvironment.AddStaticText

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
Usul

how to do GUIEnvironment.AddStaticText

Post by Usul »

hi,

I modified the tutorial #1 (.NET version) like this, but it does not work:

Code: Select all

device.GUIEnvironment.AddStaticText("na du ads das fdsa", new Irrlicht.Core.Rect(110, 100, 300, 300), true, true, null, 55);
The project compiles and the turorial is shown nicely, but no text is written.
Usul

Post by Usul »

OK, I needed to add device.GUIEnvironment.DrawAll();
Locked