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