Microsoft DirectX 9.0 SDK Update (October 2004)

SkinInformation.SetBoneName Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets the bone name associated with a bone number.

Definition

Visual Basic .NET Public Sub SetBoneName( _
    ByVal bone As Integer, _
    ByVal name As String _
)
C# public void SetBoneName(
    int bone,
    string name
);
Managed C++ public: void SetBoneName(
    int bone,
    String *name
);
JScript .NET public function SetBoneName(
    bone : int,
    name : String
);

Parameters

bone System.Int32. Value that represents the bone number.
name System.String. String that contains the bone name.

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center