Click or drag to resize
DigitalRuneJacobianTransposeIKSolverStepSize Property
Gets or sets the size of the Euler integration step.

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

Property Value

Type: Single
The size of the Euler integration step. The default is 0.01.
See Also