#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dSetCellAnimationSequenceNoReset( NNSG2dCellAnimation* pCellAnim, const NNSG2dAnimSequence* pAnimSeq );
| pCellAnim | [OUT] Cell animation |
| pAnimSeq | [IN] Animation sequence |
None.
Sets the animation sequence in the cell animation. It does not reset the internal playback animation frame number or the current frame display time.
NNS_G2dInitCellAnimation, NNS_G2dSetCellAnimationSequence
07/20/2004 Initial version.