NNS_G2dSetCellAnimSpeed

C Specification

#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dSetCellAnimSpeed
(
        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. The name of this function was changed to NNS_G2dSetCellAnimationSpeed(). This function will remain to maintain compatibility.

See Also

NNS_G2dSetCellAnimationSpeed

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.


CONFIDENTIAL