AnimationSet.GetAnimationName Method |
Language: |
Retrieves the name of an animation, given its index.
Visual Basic Public Function GetAnimationName( _
ByVal index As Integer _
) As StringC# public string GetAnimationName(
int index
);C++ public:
String^ GetAnimationName(
int index
);JScript public function GetAnimationName(
index : int
) : String;
index System.Int32
Animation index.
System.String
Returns a string that contains the animation name; otherwise, throws a Direct3DXException.
CompressedAnimationSet, KeyframedAnimationSet
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center