BulletCSharp.btAlignedObjectArrayNode.remove C# (CSharp) Method

remove() public method

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