BulletCSharp.btAlignedObjectArraybtFace.remove C# (CSharp) Method

remove() public method

public remove ( btFace key ) : void
key btFace
return void
        public void remove(btFace key)
        {
            BulletCollisionPINVOKE.btAlignedObjectArraybtFace_remove(swigCPtr, btFace.getCPtr(key));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }