NNS_G2dTickMCAnimation

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>
void NNS_G2dTickMCAnimation( NNSG2dMultiCellAnimation* pMultiCellAnim, fx32 frames );
  

Arguments

pMultiCellAnim [OUT] Multicell animation
frames [IN] Number of frames to advance

Return Values

None.

Description

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.

See Also

NNS_G2dTickMCInstance

Revision History

2004/05/28 Initial version.


CONFIDENTIAL