public DestructionListener() { functions = new cb2destructionlistener(); functions.SayGoodbyeFixture = SayGoodbyeFixture; functions.SayGoodbyeJoint = SayGoodbyeJoint; _listener = NativeMethods.cb2destructionlistener_create(functions); }
public static extern IntPtr cb2destructionlistener_create(cb2destructionlistener functions);