NNS_G2dSetAnimCtrlCurrentTime

Syntax

#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

2004/10/12 Initial version.


CONFIDENTIAL