NNS_G2dInitCellAnimation

Syntax

#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dInitCellAnimation( 
                            NNSG2dCellAnimation*          pCellAnim, 
                            const NNSG2dAnimSequence*     pAnimSeq, 
                            const NNSG2dCellDataBank*     pCellDataBank );
  

Arguments

pCellAnim [OUT] Cell animation
pAnimSeq [IN] Animation sequence
pCellDataBank [IN] Cell data bank

Return Values

None.

Description

Initializes the cell animation. This function was renamed from NNS_G2dInitializeCellAnimation. The previous function will remain to maintain compatibility.

See Also

NNS_G2dInitializeCellAnimation
NNS_G2dSetCellAnimationSequence

Revision History

2004/08/02 Renamed function.
2004/05/28 Initial version.


CONFIDENTIAL