#include <nnsys/g2d/g2d_Entity.h>
void NNS_G2dSetEntitySpeed
(
NNSG2dEntity* pEntity,
fx32 speed
);
pEntity |
[OUT] Entity |
speed |
[IN] Animation speed |
None.
Sets the playback speed of the entity's animation.
2004/05/28 Initial version.
CONFIDENTIAL