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

remove() public méthode

public remove ( SWIGTYPE_p_btVector3 key ) : void
key SWIGTYPE_p_btVector3
Résultat void
        public void remove(SWIGTYPE_p_btVector3 key)
        {
            BulletCollisionPINVOKE.btAlignedObjectArrayVector3_remove(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(key));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }