Mount Fuji Engine  0.8b
MF_API void MFAnimation_GetFrameRange ( MFAnimation pAnimation,
float *  pStartTime,
float *  pEndTime 
)

Gets the animations valid frame range.

Parameters
pAnimationAnimation instance.
pStartTimePointer to a float that will receive the start time. Can be NULL.
pEndTimePointer to a float that will receive the end time. Can be NULL.
Returns
None.
See Also
MFAnimation_SetFrame()