Documentación de la API > Animation > Object ProAnimation > Function ProBatchAnimationStart
Function ProBatchAnimationStart
Description
Starts a batch animation process.
Synopsis
#include <ProAnimate.h>
ProBatchAnimationStart
(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie
*/
/* (In)
The callback function called before each frame is displayed
*/
ProAppData app_data
/* (In)
The application data to be passed to the callback when it is invoked
*/
)
Returns
The batch animation was successful.
There was an error starting the animation.
Sample Code References
User Guide References
¿Fue esto útil?