Search found 1 match

by Daydreamer
Wed Mar 29, 2006 2:25 pm
Forum: Irrlicht.NET
Topic: Custom particles
Replies: 1
Views: 1179

As far as I could tell, you don't have an implicit constructor in the base class ( method New is a constructor in VB.net), so you need to define a constructor for the new class that calls the only constructor available in the base. This is basic inheritance for you.
Hope it helps!