Ejemplo n.º 1
0
        public virtual bool removeArticulation(PxArticulation articulation)
        {
            bool ret = physxPINVOKE.PxAggregate_removeArticulation(swigCPtr, PxArticulation.getCPtr(articulation));

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }