BulletCSharp.btSoftBody.setSolver C# (CSharp) Метод

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

public setSolver ( SWIGTYPE_p_btSoftBody__eSolverPresets___ preset ) : void
preset SWIGTYPE_p_btSoftBody__eSolverPresets___
Результат void
        public void setSolver(SWIGTYPE_p_btSoftBody__eSolverPresets___ preset)
        {
            BulletSoftBodyPINVOKE.btSoftBody_setSolver(swigCPtr, SWIGTYPE_p_btSoftBody__eSolverPresets___.getCPtr(preset));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }