BulletCSharp.btDefaultSoftBodySolver.predictMotion C# (CSharp) Method

predictMotion() public method

public predictMotion ( float solverdt ) : void
solverdt float
return void
        public override void predictMotion(float solverdt)
        {
            BulletSoftBodyPINVOKE.btDefaultSoftBodySolver_predictMotion(swigCPtr, solverdt);
        }