NNS_G2dDrawMultiCellAnimation

C Specification

#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dDrawMultiCellAnimation(
const NNSG2dMultiCellAnimation*   pMCAnim );

Arguments

pMCAnim [IN] Multicell animation

Return Values

None.

Description

Draws the multicell animation. It calls NNS_G2dDrawMultiCell internally. It is different from NNS_G2dDrawMultiCell in that it takes the STR animation result of the multicell animation.
This function must be called after the NNS_G2BeginRendering function and before the NNS_G2EndRendering function.

See Also

NNS_G2dDrawMultiCell

Revision History

05/28/2004 Initial version.