| UpperBackBoneMapperSpineBoneIndexB Property |
Gets or sets the spine bone index for the second skeleton.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int SpineBoneIndexB { get; set; }
Public Property SpineBoneIndexB As Integer
Get
Set
public:
property int SpineBoneIndexB {
int get ();
void set (int value);
}
member SpineBoneIndexB : int with get, set
Property Value
Type:
Int32The spine bone index for the second skeleton.
See Also