NNS_G2dInitAnimController

C Specification

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

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity

Return Values

None.

Description

Initializes the NNSG2dAnimController entity. Please be sure to call it before using the NNSG2dAnimController entity. The name of this function has changed to NNS_G2dInitAnimCtrl. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dInitAnimCtrl, NNS_G2dInitAnimCtrlCallBackFunctor

Revision History

08/02/2004 Renamed function

05/28/2004 Initial version.