NNS_G2dSetAnimCtrlSpeed

C Specification

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

Arguments

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

Return Values

None.

Description

Sets the animation speed.

This is the renamed version of NNS_G2dSetAnimSpeed. The previous function name remains as a separate name.

See Also

NNS_G2dSetAnimSpeed

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.