#include <nnsys/g2d/g2d_MultiCellAnimation.h>
u16 NNS_G2dGetMCBankNumNodesRequired
(
const NNSG2dMultiCellDataBank* pMultiCellDataBank
);
| pMultiCellDataBank | [IN] Multicell data bank |
Returns the maximum number of nodes a multicell in the multicell data bank can have.
Returns the maximum number of nodes a multicell in the multicell data bank can have. There is also NNS_G2dGetMCNumNodesRequired(), which returns the maximum number of nodes a multicell in the animation sequence can have. This one returns the maximum number of nodes for the multicell in the animation sequence. Use it according to application.
NNS_G2dInitMCInstance, NNS_G2dInitMCAnimation, NNS_G2dGetMCNumNodesRequired
12/06/2004 Initial version.