NNS_G2dSetEntitySpeed

Syntax

#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

2004/05/28 Initial version.


CONFIDENTIAL