I am quite new to Irrlicht.net, though I am following the Irrlicht project for quite some time.
I recently started to play around with the sample VB.NET application and extend it with GUI elements, which finally lead me to writing my own eventReceiver class, which I derived from IEventReceiver in analogy to the C++ GUI example.
The declaration of the calss looks like:
Code: Select all
Imports Irrlicht
Imports Irrlicht.Core
class MyEventReceiver
Inherits IEventReceiver
end class
Has anyone successfully solved that problem in .NET?
Am I doing something obviously wrong, that I can't see?
Thanks in advance
Silbermünze