BulletCSharp.btSoftBody.setSolver C# (CSharp) Méthode

setSolver() public méthode

public setSolver ( SWIGTYPE_p_btSoftBody__eSolverPresets___ preset ) : void
preset SWIGTYPE_p_btSoftBody__eSolverPresets___
Résultat 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();
        }