示例#1
0
        public DestructionListener()
        {
            functions = new cb2destructionlistener();
            functions.SayGoodbyeFixture = SayGoodbyeFixture;
            functions.SayGoodbyeJoint = SayGoodbyeJoint;

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

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