|
MF_API void MFAnimation_GetFrameRange |
( |
MFAnimation * |
pAnimation, |
|
|
float * |
pStartTime, |
|
|
float * |
pEndTime |
|
) |
| |
Gets the animations valid frame range.
- Parameters
-
pAnimation | Animation instance. |
pStartTime | Pointer to a float that will receive the start time. Can be NULL. |
pEndTime | Pointer to a float that will receive the end time. Can be NULL. |
- Returns
- None.
- See Also
- MFAnimation_SetFrame()
|