NNS_G2dRestartMCAnimation

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>

void NNS_G2dRestartMCAnimation
(
    NNSG2dMultiCellAnimation*   pMultiCellAnim
);
  

Arguments

pMultiCellAnim [OUT] The multi-cell animation entity

Return Values

None.

Description

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.

See Also

NNS_G2dStartAnimCtrl
NNS_G2dResetAnimCtrlState

Revision History

2006/05/29 Initial version.


CONFIDENTIAL