| LookAtIKSolverLimit Property |
Gets or sets the rotation limit.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float Limit { get; set; }
Public Property Limit As Single
Get
Set
public:
property float Limit {
float get ();
void set (float value);
}
member Limit : float32 with 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