#include <nnsys/g2d/g2d_MultiCellAnimation.h>
void NNS_G2dTickMCAnimation( NNSG2dMultiCellAnimation* pMultiCellAnim, fx32 frames );
pMultiCellAnim | [OUT] Multicell animation |
frames | [IN] Number of frames to advance |
None.
Updates the animation of the multicell animation. Along with the update of the multicell animation, the function internally calls NNS_G2dTickMCInstance
and updates the cell animations that form its component elements.
2004/05/28 Initial version.
CONFIDENTIAL