NNS_G2dDrawMultiCellAnimation

Syntax

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

Arguments

pMCAnim [IN] Multicell animation

Return Values

None.

Description

Renders the multicell animation. This function calls the NNS_G2dDrawMultiCell function internally. This function is different from the NNS_G2dDrawMultiCell function in that it takes the STR animation result of the multicell animation into consideration.

Call this function inside the BeginRenderingEndRendering block.

See Also

NNS_G2dDrawMultiCell

Revision History

2004/05/28 Initial version.


CONFIDENTIAL