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

            _listener = NativeMethods.cb2destructionlistener_create(functions);
        }
コード例 #2
0
ファイル: DestructionListener.cs プロジェクト: prepare/box2c
        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
ファイル: DestructionListener.cs プロジェクト: prepare/box2c
 public static extern IntPtr cb2destructionlistener_create(cb2destructionlistener functions);