NNS_G2dRestartCellAnimation

Syntax

#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dRestartCellAnimation( NNSG2dCellAnimation*        pCellAnim );
  

Arguments

pCellAnim [OUT] Cell animation

Return Values

None.

Description

Restarts the cell animation playback from the beginning of the animation.
If animation is playing in reverse, the end of the animation sequence is treated as the beginning.

Internally, the function calls NNS_G2dStartAnimCtrl() and NNS_G2dResetAnimCtrlState() for the animation controller of the cell animation.

See Also

NNS_G2dStartAnimCtrl
NNS_G2dResetAnimCtrlState

Revision History

2006/05/29 Initial version.


CONFIDENTIAL