NNS_G2dGetAnimCtrlCurrentTime

C Specification

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

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

Returns the current animation frame display time of the animation controller.

Description

Gets the current animation frame display time of the animation controller.

See Also

NNS_G2dSetAnimCtrlCurrentTime

Revision History

10/12/2004 Initial version.