#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline u16 NNS_G2dGetAnimSequenceIndex
(
const NNSG2dAnimBankData* pAnimBank,
const NNSG2dAnimSequenceData* pAnimSeq
)
| pAnimBank | [IN] Animation information bank |
| pAnimSeq | [IN] Animation sequence |
The animation sequence number
Obtains the animation sequence number in the animation information bank. Make sure that the specified animation sequence exists in the animation information bank.
None.
09/01/2005 Initial version.