NNS_G2dSetCellAnimationSpeed

Syntax

#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dSetCellAnimationSpeed
                              (
                                    NNSG2dCellAnimation*     pCellAnim,
                                    fx32                     speed  
                              )
  

Arguments

pCellAnim [OUT] Cell animation
speed [IN] Animation playback speed

Return Values

None.

Description

Sets the playback speed of the cell animation. This function was renamed from NNS_G2dSetCellAnimSpeed. The previous function will remain to maintain compatibility.

See Also

NNS_G2dSetCellAnimSpeed

Revision History

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


CONFIDENTIAL