NNS_G2dGetAnimControllerType

Syntax

#include <nnsys/g2d/g2d_Animation.h>
static inline NNSG2dAnimationType NNS_G2dGetAnimControllerType( 
                                        const NNSG2dAnimController*    pAnimCtrl );

Arguments

pAnimCtrl [IN] Animation controller

Return Values

Type of animation that is linked to the Animation Controller.

Description

Returns the animation type. The user will need to change the method of using or accessing the animation result depending upon the type of animation.

The name of this function has changed to NNS_G2dGetAnimCtrlType. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dGetAnimCtrlType

Revision History

2004/08/02 Renamed function.
2004/05/28 Initial version.


CONFIDENTIAL