#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 animation that is one of its component elements.
05/28/2004 Initial version.
CONFIDENTIAL