#include <nnsys/g2d/g2d_Animation.h>
void* NNS_G2dGetCurrentElement(
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. The name of this function has been changed to NNS_G2dGetAnimCtrlCurrentElement. To maintain compatibility, the previous function was kept under a different name.
NNS_G2dGetAnimCtrlCurrentElement, NNS_G2dGetAnimCtrlNextElement, NNS_G2dGetAnimCtrlNormalizedTime
08/02/2004 Renamed function.
05/28/2004 Initial version.