NNS_G2dGetEntityAnimCtrl

C Specification

#include <nnsys/g2d/g2d_Entity.h>
NNSG2dAnimController* NNS_G2dGetEntityAnimCtrl( NNSG2dEntity*  pEntity );

Arguments

pEntity [IN] Entity

Return Values

The animation controller held by the entity.

Description

Gets the animation controller held by the entity.

See Also

None.

Revision History

10/12/2004 Initial version.