BulletCSharp.btAlignedObjectArrayFace.remove C# (CSharp) Méthode

remove() public méthode

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