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

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

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