BulletCSharp.btAlignedObjectArrayNode.remove C# (CSharp) Метод

remove() публичный Метод

public remove ( Node key ) : void
key Node
Результат void
        public void remove(Node key)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_remove(swigCPtr, Node.getCPtr(key));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }