#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 the NNS_G2dGetAnimControllerType
function. The past function remains as a separate name to maintain compatibility.
NNS_G2dGetAnimControllerType
NNS_G2dGetAnimSequenceType
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL