BulletCSharp.btAlignedObjectArrayLink.remove C# (CSharp) 메소드

remove() 공개 메소드

public remove ( Link key ) : void
key Link
리턴 void
        public void remove(Link key)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_remove(swigCPtr, Link.getCPtr(key));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }