NNS_G2dGetAnimCtrlType

Syntax

#include <nnsys/g2d/g2d_Animation.h>
static inline NNSG2dAnimationType NNS_G2dGetAnimCtrlType( 
                                        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.

This function is the renamed version of the NNS_G2dGetAnimControllerType function. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dGetAnimControllerType
NNS_G2dGetAnimSequenceType

Revision History

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


CONFIDENTIAL