#include <nnsys/g2d/g2d_Animation.h>
static inline void NNS_G2dSetAnimSpeed
(
NNSG2dAnimController* pAnimCtrl,
fx32 speed
);
pAnimCtrl |
[OUT] NNSG2dAnimController entity |
speed |
[IN] Animation speed |
None.
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.
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL