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