BulletCSharp.btAlignedObjectArrayLink.remove C# (CSharp) Method

remove() public method

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