#include <nnsys/g2d/load/g2d_NAN_load.h>
const NNSG2dAnimSequenceData* NNS_G2dGetAnimSequenceByIdx(
const NNSG2dAnimBankData* pAnimBank,
u16 idx );
| pAnimBank | [IN] Animation information bank |
| idx | [IN] Index |
The animation sequence information.
Gets the animation sequence information by the index assignment from the animation information bank. Returns NULL when an invalid index is specified.
None.
05/28/2004 Initial version.
CONFIDENTIAL