NNS_G2dTickMCAnimation

C Specification

#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 animation that is one of its component elements.

See Also

NNS_G2dTickMCInstance

Revision History

05/28/2004 Initial version.