#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dDrawMultiCellAnimation(
const NNSG2dMultiCellAnimation* pMCAnim );
pMCAnim |
[IN] Multicell animation |
None.
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 BeginRendering — EndRendering block.
2004/05/28 Initial version.
CONFIDENTIAL