#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
Obtains the sequence user extended attribute from the user extended attribute bank. Returns NULL when an invalid number is specified. Specify the -oua option to obtain the output data that contains the user extended attribute.
None.
09/01/2005 Initial version.