NNS_G2dSetMCAnimationCellAnimFrame

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>

void NNS_G2dSetMCAnimationCellAnimFrame
( 
    NNSG2dMultiCellAnimation*   pMultiCellAnim, 
    u16                         caFrameIndex     
);
  

Arguments

pMultiCellAnim [OUT] Multicell animation
caFrameIndex [IN] Animation frame number of the cell animation

Return Values

None.

Description

Sets the animation frame of the multicell animation to play. No action will occur if an invalid index is assigned.

See Also

NNS_G2dSetMCAnimationCurrentFrame

Revision History

2005/06/06 Initial version.


CONFIDENTIAL