#include <nnsys/g2d/g2d_Animation.h>
static inline NNSG2dAnimationType NNS_G2dGetAnimCtrlType( const NNSG2dAnimController* pAnimCtrl );
| pAnimCtrl | [IN] Animation controller |
Type of animation that is linked to the Animation Controller.
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 NNS_G2dGetAnimControllerType. The past function remains as a separate name to maintain compatibility.
NNS_G2dGetAnimControllerType, NNS_G2dGetAnimSequenceType
08/02/2004 Renamed function
05/28/2004 Initial version.