NNS_G2dSetAnimCtrlCurrentFrame

Syntax

#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

2004/05/28 Initial version.


CONFIDENTIAL