| CcdIKSolverNumberOfIterations Property |
Gets or sets the number of iterations.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int NumberOfIterations { get; set; }
Public Property NumberOfIterations As Integer
Get
Set
public:
property int NumberOfIterations {
int get ();
void set (int value);
}
member NumberOfIterations : int with get, set
Property Value
Type:
Int32The number of iterations. The default is 10.
See Also