#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.
Gets the animation sequence number in the animation information bank. Make sure that the specified animation sequence exists in the animation information bank.
None.
2005/09/01 Initial version.
CONFIDENTIAL