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

solveCommonConstraints() публичный статический Метод

public static solveCommonConstraints ( SWIGTYPE_p_p_btSoftBody bodies, int count, int iterations ) : void
bodies SWIGTYPE_p_p_btSoftBody
count int
iterations int
Результат void
        public static void solveCommonConstraints(SWIGTYPE_p_p_btSoftBody bodies, int count, int iterations)
        {
            BulletSoftBodyPINVOKE.btSoftBody_solveCommonConstraints(SWIGTYPE_p_p_btSoftBody.getCPtr(bodies), count, iterations);
        }