Click or drag to resize
DigitalRuneCcdIKSolverNumberOfIterations Property
Gets or sets the number of iterations.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public int NumberOfIterations { get; set; }

Property Value

Type: Int32
The number of iterations. The default is 10.
See Also