示例#1
0
 internal void DestroyPhysXJoint()
 {
     if (nativeJoint != IntPtr.Zero)
     {
         PhysXJoint.Destroy(nativeJoint);
         nativeJoint = IntPtr.Zero;
     }
 }