Inheritance: IDisposable
Ejemplo n.º 1
0
 internal static HandleRef getCPtr(SBJoint obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public SWIGTYPE_p_p_SBJoint expand(SBJoint fillValue)
 {
     SWIGTYPE_p_p_SBJoint ret = new SWIGTYPE_p_p_SBJoint(BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_expand__SWIG_0(swigCPtr, SBJoint.getCPtr(fillValue)), false);
     return ret;
 }
 public void resize(int newsize, SBJoint fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_resize__SWIG_0(swigCPtr, newsize, SBJoint.getCPtr(fillData));
 }
 public void remove(SBJoint key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_remove(swigCPtr, SBJoint.getCPtr(key));
 }
 public void push_back(SBJoint _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_push_back(swigCPtr, SBJoint.getCPtr(_Val));
 }
 public int findLinearSearch(SBJoint key)
 {
     int ret = BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_findLinearSearch(swigCPtr, SBJoint.getCPtr(key));
     return ret;
 }