NNS_G2dGetAnimCtrlNormalizedTime

Syntax

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

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

The normalized time on the display interval of the current play frame.

Description

Gets the normalized time on the display interval of the current play frame. The returned value is the current time divided by the display interval of the current play frame. This value is used for animation interpolation.

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

See Also

NNS_G2dGetNormalizedTime
NNS_G2dGetAnimCtrlCurrentElement
NNS_G2dGetAnimCtrlNextElement

Revision History

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


CONFIDENTIAL