NNS_G2dBindAnimCtrl

C Specification

#include <nnsys/g2d/g2d_Animation.h>
void NNS_G2dBindAnimCtrl(
NNSG2dAnimController*     pAnimCtrl,
const NNSG2dAnimSequence*    pAnimSequence );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity
pAnimSequence [IN] Animation sequence data

Return Values

None.

Description

Links the animation controller and the animation data of the control object. Internally, the NNS_G2dResetAnimCtrlState function is called and the internal state of the animation controller is reset.

This function is a new function name that is a renamed version of NNS_G2dBindAnimController(). The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dBindAnimController

Revision History

08/02/2004 Renamed function

05/28/2004 Initial version.