#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline const NNSG2dUserExAnimFrameAttr*
NNS_G2dGetUserExAnimFrameAttr
(
const NNSG2dUserExAnimSequenceAttr* pAnimSeqAttr,
u16 idx
);
pAnimSeqAttr |
[IN] Animation sequence user extended attribute |
idx |
[IN] Animation frame number |
The animation frame user extended attribute.
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.
None.
2005/09/01 Initial version.
CONFIDENTIAL