| TwoJointIKSolverHingeBoneIndex Property |
Gets or sets the index of the hinge bone.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int HingeBoneIndex { get; set; }
Public Property HingeBoneIndex As Integer
Get
Set
public:
property int HingeBoneIndex {
int get ();
void set (int value);
}
member HingeBoneIndex : int with get, set
Property Value
Type:
Int32
The index of the hinge bone; for example, the lower arm bone (elbow joint) or the lower leg
bone (knee joint).
See Also