API 文件集 > Animation > Object ProAnimFrame > Function ProAnimframeObjVisit
Function ProAnimframeObjVisit
Description
Visits the animation objects in an animation frame.
Synopsis
#include <ProAnimate.h>
ProAnimframeObjVisit
(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame
*/
ProAnimObjAct visit_action
/* (In)
The application-supplied function to be invoked for each animation object
*/
ProAnimObjAct filter_action
/* (In)
The application-supplied function to be invoked for each animation object that decides whether the animation object should be visited. If NULL, all animation objects are visited using the action function.
*/
ProAppData app_data
/* (In)
The application-supplied data to be passed to the visit and filter functions
*/
)
Returns
The function successfully visited all the objects.
Sample Code References
這是否有幫助?