NNS_G2dSetAnimCtrlCurrentTime

C Specification

#include <nnsys/g2d/g2d_Animation.h>
static void NNS_G2dSetAnimCtrlCurrentTime
    ( 
        NNSG2dAnimController*       pAnimCtrl,
        fx32                        time
    );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity
time [IN] Animation frame display time

Return Values

None.

Description

Sets the current animation frame display time of the animation controller.

See Also

NNS_G2dGetAnimCtrlCurrentTime

Revision History

10/12/2004 Initial version.


CONFIDENTIAL