#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dInitializeCellAnimation(
NNSG2dCellAnimation* pCellAnim,
const NNSG2dAnimSequence* pAnimSeq,
const NNSG2dCellDataBank* pCellDataBank );
| pCellAnim | [OUT] Cell animation |
| pAnimSeq | [IN] Animation sequence |
| pCellDataBank | [IN] Cell data bank |
None.
Initializes the cell animation. The name of this function has been changed to NNS_G2dInitCellAnimation. This function will remain to maintain compatibility.
NNS_G2dInitCellAnimation, NNS_G2dSetCellAnimationSequence
08/02/2004 Renamed function
05/28/2004 Initial version.
CONFIDENTIAL