NNS_G2dGetAnimSequenceType

C Specification

#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline NNSG2dAnimationType NNS_G2dGetAnimSequenceType
    ( 
        const NNSG2dAnimSequenceData* pAnimSeq 
    );

Arguments

pAnimSeq [IN] Animation sequence

Return Values

The animation type.

Description

Returns the animation type.

See Also

None.

Revision History

05/28/2004 Initial version.