| JacobianTransposeIKSolverStepSize Property |
Gets or sets the size of the Euler integration step.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float StepSize { get; set; }
Public Property StepSize As Single
Get
Set
public:
property float StepSize {
float get ();
void set (float value);
}
member StepSize : float32 with get, set
Property Value
Type:
SingleThe size of the Euler integration step. The default is 0.01.
See Also