NNS_G2dGetAnimCtrlNextElement

C Specification

#include <nnsys/g2d/g2d_Animation.h>
void* NNS_G2dGetAnimCtrlNextElement( 
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.

This is the renamed version of NNS_G2dGetNextElement. The previous function name remains as a separate name.

See Also

NNS_G2dGetNextElement, NNS_G2dGetAnimCtrlCurrentElement, NNS_G2dGetAnimCtrlNormalizedTime

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.