NNS_G2dTickAnimCtrl

Syntax

#include <nnsys/g2d/g2d_Animation.h>
BOOL NNS_G2dTickAnimCtrl( 
        NNSG2dAnimController*     pAnimCtrl, 
        fx32                      frames );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity
frames [IN] Amount of time to advance (Video Frames)

Return Values

Returns TRUE if there has been a change in the animation result. The return value serves as a reflection of the timing for the animation result. See the methods of use in NNSG2dCellAnimation.

Description

Advances the animation time. This function is a new function name that comes from the renamed NNS_G2dTickAnimController. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dTickAnimController

Revision History

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


CONFIDENTIAL