NNS_G2dSetEntitySpeed

C Specification

#include <nnsys/g2d/g2d_Entity.h>
void NNS_G2dSetEntitySpeed
	(
		NNSG2dEntity* pEntity,
		fx32          speed
	);

Arguments

pEntity [OUT] Entity
speed [IN] Animation speed

Return Values

None.

Description

Sets the playback speed of the entity's animation.

See Also

NNS_G2dTickEntity

Revision History

05/28/2004 Initial version.


CONFIDENTIAL