NNS_G2dGetUserExAnimFrameAttr

Syntax

#include <nnsys/g2d/fmt/g2d_Anim_data.h>

static inline const NNSG2dUserExAnimFrameAttr* 
NNS_G2dGetUserExAnimFrameAttr
( 
    const NNSG2dUserExAnimSequenceAttr* pAnimSeqAttr,
    u16                                 idx 
);
  

Arguments

pAnimSeqAttr [IN] Animation sequence user extended attribute
idx [IN] Animation frame number

Return Values

The animation frame user extended attribute.

Description

Gets the animation frame user extended attribute from the animation sequence user extended attribute. Returns NULL when an invalid number is specified. Specify the -oua option to get the output data that contains the user extended attribute.

See Also

None.

Revision History

2005/09/01 Initial version.


CONFIDENTIAL