#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dSetCellAnimationCurrentFrame
(
NNSG2dCellAnimation* pCellAnim,
u16 frameIndex
)
| pCellAnim | [OUT] Cell animation |
| frameIndex | [IN] Playback animation frame number |
None.
Sets the playback animation frame. Does not perform any actions if an invalid number is input.
None.
05/28/2004 Initial version.