NNS_G2dGetNextElement

Syntax

#include <nnsys/g2d/g2d_Animation.h>
void* NNS_G2dGetNextElement( 
                      NNSG2dAnimController*     pAnimCtrl );

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

A void pointer that points to the start of the animation results of the frame that is next to the current play frame.

Description

Gets the void pointer that points to the start of the animation results of the frame that is next to the current play frame. The pointer is used for animation interpolation.
The name of this function has changed to NNS_G2dGetAnimCtrlNextElement. To maintain compatibility, the previous function was kept under a different name.

See Also

NNS_G2dGetAnimCtrlCurrentElement
NNS_G2dGetAnimCtrlNextElement
NNS_G2dGetAnimCtrlNormalizedTime

Revision History

2004/08/02 Renamed function.
2004/05/28 Initial version.


CONFIDENTIAL