| RagdollMotorBoneIndex Property |
Gets or sets the index of the controlled bone.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public int BoneIndex { get; set; }
Public Property BoneIndex As Integer
Get
Set
public:
property int BoneIndex {
int get ();
void set (int value);
}
member BoneIndex : int with get, set
Property Value
Type:
Int32The index of the controlled bone.
See Also