NNS_G2dSetCellAnimationSequenceNoReset

Syntax

#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dSetCellAnimationSequenceNoReset( 
                    NNSG2dCellAnimation*          pCellAnim, 
                    const NNSG2dAnimSequence*     pAnimSeq );
  

Arguments

pCellAnim [OUT] Cell animation
pAnimSeq [IN] Animation sequence

Return Values

None.

Description

Sets the animation sequence in the cell animation. It does not reset the internal playback animation frame number or the current frame display time.

See Also

NNS_G2dInitCellAnimation
NNS_G2dSetCellAnimationSequence

Revision History

2004/07/20 Initial version.


CONFIDENTIAL