NNS_G2dInitAnimCtrl

Syntax

#include <nnsys/g2d/g2d_Animation.h>
void NNS_G2dInitAnimCtrl( 
                      NNSG2dAnimController*     pAnimCtrl );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity

Return Values

None.

Description

Initializes the NNSG2dAnimController entity. Be absolutely sure to call this before using the NNSG2dAnimController entity.

This function is a renamed NNS_G2dInitAnimController function. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dInitAnimController
NNS_G2dInitAnimCtrlCallBackFunctor

Revision History

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


CONFIDENTIAL