Documentação da API > Animation > Object ProAnimation > Function ProSingleAnimationPlay
Function ProSingleAnimationPlay
Description
Performs a single mode animation.
Synopsis
#include <ProAnimate.h>
ProSingleAnimationPlay
(
ProSingleAnim single_anim_obj
/* (In)
The handle for single mode animation
*/
ProAnimFrame anim_frame
/* (In)
The animation frame to be played
*/
)
Returns
The function successfully drew the frame.
The function could not draw the frame.
Sample Code References
User Guide References
Isto foi útil?