API 文档 > Animation > Object ProAnimation > Function ProSingleAnimationInit
Function ProSingleAnimationInit
Description
Initializes an animation in single mode.
Synopsis
#include <ProAnimate.h>
ProSingleAnimationInit
(
ProMdl top_model
/* (In)
The top-level model being animated
*/
ProAnimFrame anim_frame
/* (In)
The first animation frame
*/
ProSingleAnim* single_anim_obj
/* (Out)
The handle for single mode animation
*/
)
Returns
The function successfully initialized the animation.
Sample Code References
User Guide References
这对您有帮助吗?