示例#1
0
 protected override bool OnUpdateBreakState()
 {
     return(nativeJoint != IntPtr.Zero && PhysXJoint.IsBroken(nativeJoint));
 }