상속: Feature
예제 #1
0
 public void appendNote(string text, SWIGTYPE_p_btVector3 o, Link feature)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendNote__SWIG_7(swigCPtr, text, SWIGTYPE_p_btVector3.getCPtr(o), Link.getCPtr(feature));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public Link expand()
 {
     Link ret = new Link(BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_expand__SWIG_1(swigCPtr), false);
     return ret;
 }
예제 #3
0
 internal static HandleRef getCPtr(Link obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public Link at(int n)
 {
     Link ret = new Link(BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_at__SWIG_0(swigCPtr, n), false);
     return ret;
 }
 public Link expand(Link fillValue)
 {
     Link ret = new Link(BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_expand__SWIG_0(swigCPtr, Link.getCPtr(fillValue)), false);
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public void resize(int newsize, Link fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_resize__SWIG_0(swigCPtr, newsize, Link.getCPtr(fillData));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public void remove(Link key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_remove(swigCPtr, Link.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public void push_back(Link _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_push_back(swigCPtr, Link.getCPtr(_Val));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public int findLinearSearch(Link key)
 {
     int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_findLinearSearch(swigCPtr, Link.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public Link expandNonInitializing()
 {
     Link ret = new Link(BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_expandNonInitializing(swigCPtr), false);
     return ret;
 }