ID3DXAnimationSet::GetPeriod method
Gets the period of the animation set.
Syntax
DOUBLE GetPeriod();
Parameters
This method has no parameters.
Return value
Type: DOUBLE
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
Requirement | Value |
---|---|
Header |
|
Library |
|
See also