Hi!
I have some question.
Is it possible the "IGUIButton" class to use in Irrlicht.Net?
Give it some trick or somthing else?
Please help me!
I need the class and I will Write in C#!
Witch
Button - SetImage --- Irrlicht.Net
I think that tutorial #5 shows how to do this. You just need to create a IGUIElement object and then assign it using env.addbutton(), etc.
C#
C#
Code: Select all
Irrlicht.GUI.IGUIElement myButton;
myButton = env.AddButton(new Irrlicht.Core.Rect(0, 0, 10, 10), 0, 1, "ButtonText");