NNS_G2dGetAnimCtrlCurrentTime

Syntax

#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

2004/10/12 Initial version.


CONFIDENTIAL