draw 2 text on yhe screen

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
karim1a2004
Posts: 41
Joined: Sat Jan 15, 2005 8:03 pm
Contact:

draw 2 text on yhe screen

Post by karim1a2004 »

Dim Text As IGUIFont = device.GUIEnvironment.BuiltInFont
Text.Draw("VDBIRRLICHT", New Position2D(10, 50), New Color(255, 255, 255, 255))

the text can be to modify without problems


:lol:
Locked