#include <nnsys/g2d/g2d_Animation.h>
fx32 NNS_G2dGetNormalizedTime(
NNSG2dAnimController* pAnimCtrl );
pAnimCtrl |
[IN] NNSG2dAnimController entity |
The normalized time on the display interval of the current play frame.
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.
The name of this function has changed to NNS_G2dGetAnimCtrlNormalizedTime
. To maintain compatibility, the previous function was kept under a different name.
NNS_G2dGetAnimCtrlCurrentElement
NNS_G2dGetAnimCtrlNextElement
NNS_G2dGetAnimCtrlNormalizedTime
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL