ID3DXAnimationSet::GetPeriod

Gets the period of the animation set.

DOUBLE GetPeriod();

Parameters

None.

Return Values

Period of the animation set.

Remarks

The period is the range of time that the animation key frames are valid. For looping animations, this is the period of the loop. The time units that the key frames are specified in (for example, seconds) is determined by the application.

Requirements

Header: Declared in D3dx9anim.h.