| SkeletonGetIndex Method |
Gets the bone index for a given bone name.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int GetIndex(
string boneName
)
Public Function GetIndex (
boneName As String
) As Integer
public:
int GetIndex(
String^ boneName
)
member GetIndex :
boneName : string -> int
Parameters
- boneName
- Type: SystemString
The name of the bone.
Return Value
Type:
Int32
The bone index, or -1 if no bone with this name exists.
See Also