NNS_G2dGetAnimCtrlCurrentAnimSequence

Syntax

#include <nnsys/g2d/g2d_Animation.h>
                       
static const NNSG2dAnimSequence* 
NNS_G2dGetAnimCtrlCurrentAnimSequence
( 
    const NNSG2dAnimController*       pAnimCtrl 
);

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

The animation sequence associated with the animation controller.

Description

Gets the animation sequence associated with the animation controller.

See Also

None.

Revision History

2005/09/01 Initial version.


CONFIDENTIAL