IAnimationEndCallBack in .NET ?

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
FullSpeed
Posts: 1
Joined: Wed Aug 23, 2006 7:07 pm

IAnimationEndCallBack in .NET ?

Post by FullSpeed »

Is it there? If so, where?

If not, is there a way to implement similar functionality?

Could not find anything .NET related about it in the forum/docs.

Thanks ;)
shurijo
Posts: 148
Joined: Sat Feb 21, 2004 3:04 am

Post by shurijo »

Its not in the Irrlicht.NET wrapper. You could implement it in the wrapper using delegates - I thought trying to figure out the details for it a few weeks ago, but put my project on hold for a while.
Locked