| DirectBoneMapperBoneIndexA Property |
Gets or sets the bone index for 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 BoneIndexA { get; set; }
Public Property BoneIndexA As Integer
Get
Set
public:
property int BoneIndexA {
int get ();
void set (int value);
}
member BoneIndexA : int with get, set
Property Value
Type:
Int32The bone index for the first skeleton.
See Also