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