#include <nnsys/g2d/g2d_MultiCellAnimation.h>
void NNS_G2dSetMCAnimationCellAnimFrame
(
NNSG2dMultiCellAnimation* pMultiCellAnim,
u16 caFrameIndex
);
| pMultiCellAnim | [OUT] Multicell animation |
| caFrameIndex | [IN] Animation frame number of the cell animation |
None.
Sets the animation frame of the multicell animation to play. No action will occur if an invalid index is assigned.
NNS_G2dSetMCAnimationCurrentFrame
06/06/2005 Initial version.