#include <nnsys/g2d/g2d_Animation.h>
void* NNS_G2dGetAnimCtrlCurrentElement(
NNSG2dAnimController* pAnimCtrl );
pAnimCtrl |
[IN] NNSG2dAnimController entity |
A void pointer that points to the start of the current animation results.
Gets the void pointer that points to the start of the current animation results.
This is the renamed version of NNS_G2dGetCurrentElement
. The previous function name remains as a separate name.
NNS_G2dGetCurrentElement
NNS_G2dGetAnimCtrlNextElement
NNS_G2dGetAnimCtrlNormalizedTime
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL