#include <nnsys/g2d/g2d_MultiCellAnimation.h>
void NNS_G2dRestartMCAnimation
(
NNSG2dMultiCellAnimation* pMultiCellAnim
);
pMultiCellAnim | [OUT] The multi-cell animation entity |
None.
Restarts the multi-cell animation playback from the beginning of the animation sequence.
If animation is playing in reverse, the end of the animation sequence is treated as the beginning.
Internally, the function calls the multi-cell animation's animation controller, as well as the functions NNS_G2dStartAnimCtrl() and NNS_G2dResetAnimCtrlState() for the animation controllers of the cell animation that comprise the multi-cell animation.
NNS_G2dStartAnimCtrl
NNS_G2dResetAnimCtrlState
2006/05/29 Initial version.
CONFIDENTIAL