#include <nnsys/g2d/g2d_MultiCellAnimation.h>
BOOL NNS_G2dSetMCDataToMCInstance( NNSG2dMultiCellInstance* pMCInst, const NNSG2dMultiCellData* pMcData );
| pMCInst | [OUT] Multicell entity |
| pMcData | [IN] Multicell data |
Whether or not reflected.
Sets the multicell data in the multicell entity. If there are sufficient nodes for the multicell data, the content of the definition data will be reflected in the entity and a value of TRUE will be returned.
This function was reclassified as an internal-use function because it is unnecessary when using multicells. The API was kept to maintain compatibility with older versions.
01/31/2005 Reclassified as an internal-use function.
07/20/2005 NSS_G2dGetNumNodesRequired was renamed to NNS_G2dGetMCNumNodesRequired.
05/28/2004 Initial version.