Number of iterations done in the contact step of the solver.

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public int NumContactIterations { get; set; }
Visual Basic
Public Property NumContactIterations As Integer
	Get
	Set
Visual C++
public:
property int NumContactIterations {
	int get ();
	void set (int value);
}

See Also