#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 the NNS_G2dGetMCNumNodesRequired
function, which is put to a similar use. The NNS_G2dGetMCNumNodesRequired
function returns the maximum number of nodes for the multicell in the animation sequence. Use it according to your needs.
NNS_G2dInitMCInstance
NNS_G2dInitMCAnimation
NNS_G2dGetMCNumNodesRequired
2004/12/06 Initial version.
CONFIDENTIAL