KeyframedAnimationSet.GetNumberRotationKeys(Int32) Method (Microsoft.DirectX.Direct3D)
Retrieves the number of rotation keys in the specified keyframe animation.
Definition
Visual Basic Public Function GetNumberRotationKeys( _
ByVal animation As Integer _
) As IntegerC# public int GetNumberRotationKeys(
int animation
);C++ public:
int GetNumberRotationKeys(
int animation
);JScript public function GetNumberRotationKeys(
animation : int
) : int;
Parameters
animation System.Int32
Animation index.
Return Value
System.Int32
Number of rotation keys in the specified keyframe animation.