public btAlignedObjectArrayInt(btAlignedObjectArrayInt otherArray) : this(BulletCollisionPINVOKE.new_btAlignedObjectArrayInt__SWIG_1(btAlignedObjectArrayInt.getCPtr(otherArray)), true) { if (BulletCollisionPINVOKE.SWIGPendingException.Pending) { throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve(); } }
public void copyFromArray(btAlignedObjectArrayInt otherArray) { BulletCollisionPINVOKE.btAlignedObjectArrayInt_copyFromArray(swigCPtr, btAlignedObjectArrayInt.getCPtr(otherArray)); if (BulletCollisionPINVOKE.SWIGPendingException.Pending) { throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve(); } }
public btAlignedObjectArrayInt(btAlignedObjectArrayInt otherArray) : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayInt__SWIG_1(btAlignedObjectArrayInt.getCPtr(otherArray)), true) { if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(btAlignedObjectArrayInt obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void copyFromArray(btAlignedObjectArrayInt otherArray) { BulletSoftBodyPINVOKE.btAlignedObjectArrayInt_copyFromArray(swigCPtr, btAlignedObjectArrayInt.getCPtr(otherArray)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(btAlignedObjectArrayInt obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }