#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dRestartCellAnimation( NNSG2dCellAnimation* pCellAnim );
pCellAnim | [OUT] Cell animation |
None.
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.
NNS_G2dStartAnimCtrl
NNS_G2dResetAnimCtrlState
2006/05/29 Initial version.
CONFIDENTIAL