API Documentation > Animation > Object ProAnimation > Callback ProBatchAnimAct
Callback ProBatchAnimAct
Description
This is the generic function for callbacks in the middle of a batch animation.
Synopsis
#include <ProAnimate.h>
(*ProBatchAnimAct)
(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame about to be displayed
*/
int frame_no
/* (In)
The frame number being displayed
*/
ProAppData app_data
/* (In)
The application data passed to the function ProBatchAnimationStart()
*/
)
Returns
Continue with batch animation.
Other
Stop batch animation.
User Guide References
Was this helpful?