Click or drag to resize
DigitalRuneLookAtIKSolverLimit Property
Gets or sets the rotation limit.

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

Property Value

Type: Single
The rotation limit in radians in the range [0, π/2[. If the value is not in this range, the limit is disabled. Per default, the value is ∞ and the limit is disabled.
See Also