#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline const NNSG2dUserExAnimSequenceAttr*
NNS_G2dGetUserExAnimSequenceAttr
(
const NNSG2dUserExAnimAttrBank* pAnimAttrBank,
u16 idx
);
pAnimAttrBank |
[IN] Animation user extended attribute bank |
idx |
[IN] Animation sequence number |
The animation sequence user extended attribute.
Gets the sequence user extended attribute from the user extended attribute bank. 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