NNS_G2dSetAnimSpeed

C Specification

#include <nnsys/g2d/g2d_Animation.h>
static inline void NNS_G2dSetAnimSpeed
                                    ( 
NNSG2dAnimController*       pAnimCtrl, 
fx32                        speed 
                                    );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity
speed [IN] Animation speed

Return Values

None.

Description

Sets the animation speed. The name of this function has changed to NNS_G2dSetAnimCtrlSpeed. To maintain compatibility, the previous function was kept under a different name.

See Also

NNS_G2dSetAnimCtrlSpeed

Revision History

08/02/2004 Renamed function

05/28/2004 Initial version.