| TwoJointIKSolverMinHingeAngle Property |
Gets or sets the min hinge angle.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float MinHingeAngle { get; set; }
Public Property MinHingeAngle As Single
Get
Set
public:
property float MinHingeAngle {
float get ();
void set (float value);
}
member MinHingeAngle : float32 with get, set
Property Value
Type:
Single
The min hinge angle in radians. The default is 0.
See Also