NNS_G2dStopAnimCtrl

Syntax

#include <nnsys/g2d/g2d_Animation.h>

  static void NNS_G2dStopAnimCtrl
                            ( 
                                NNSG2dAnimController*       pAnimCtrl 
                            );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity

Return Values

None.

Description

Stops the animation playback.
This function is a new function name that comes from the renamed NNS_G2dStopAnimController. The previous function remains as a separate name to maintain compatibility.

See Also

NNS_G2dStopAnimController

Revision History

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


CONFIDENTIAL