#include <nnsys/g2d/g2d_Animation.h>
static inline NNSG2dAnimationType NNS_G2dGetAnimControllerType(
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.
The name of this function has changed to NNS_G2dGetAnimCtrlType
. The past function remains as a separate name to maintain compatibility.
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL