NNS_G2dSetAnimCtrlCurrentFrame

C Specification

#include <nnsys/g2d/g2d_Animation.h>
BOOL NNS_G2dSetAnimCtrlCurrentFrame
                            ( 
        NNSG2dAnimController*       pAnimCtrl,
        u16                       index );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity
index [IN] Animation frame number

Return Values

None.

Description

Sets the playback animation frame of the animation controller.

See Also

NNS_G2dSetAnimCtrlCurrentFrameNoResetCurrentTime

Revision History

05/28/2004 Initial version.