BulletCSharp.btAlignedObjectArrayFace.remove C# (CSharp) Method

remove() public method

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