public DestructionListener()
        {
            functions = new cb2destructionlistener();
            functions.SayGoodbyeFixture = SayGoodbyeFixture;
            functions.SayGoodbyeJoint = SayGoodbyeJoint;

            _listener = NativeMethods.cb2destructionlistener_create(functions);
        }
Example #2
0
        public DestructionListener()
        {
            functions = new cb2destructionlistener();
            functions.SayGoodbyeFixture = SayGoodbyeFixture;
            functions.SayGoodbyeJoint   = SayGoodbyeJoint;

            _listener = NativeMethods.cb2destructionlistener_create(functions);
        }
 public static extern IntPtr cb2destructionlistener_create(cb2destructionlistener functions);
Example #4
0
 public static extern IntPtr cb2destructionlistener_create(cb2destructionlistener functions);