Inheritance: IDisposable
コード例 #1
0
ファイル: btHashPtr.cs プロジェクト: sanglin307/BulletUnity3D
 internal static HandleRef getCPtr(btHashPtr obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: btHashPtr.cs プロジェクト: sanglin307/BulletUnity3D
 public bool equals(btHashPtr other)
 {
     bool ret = LinearMathPINVOKE.btHashPtr_equals(swigCPtr, btHashPtr.getCPtr(other));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }