customgui_matassign.h File Reference

Classes

class   MatAssignData
class   MatAssignTable
class   MatAssignCustomGui

Macros

#define  CUSTOMGUI_MATASSIGN
#define  CUSTOMDATATYPE_MATASSIGN
#define  MATASSIGN_TAG_ID
#define  MATASSIGN_CONTAINER_ID
#define  MATASSIGN_MATERIAL_ID

函数

void  FreeInclusionTable ( MatAssignTable *&pTable)

Macro Definition Documentation

◆  CUSTOMGUI_MATASSIGN

#define CUSTOMGUI_MATASSIGN

Material assignment custom GUI ID.

◆  CUSTOMDATATYPE_MATASSIGN

#define CUSTOMDATATYPE_MATASSIGN

Material assignment custom data type ID.

Function Documentation

◆  FreeInclusionTable()

void FreeInclusionTable ( MatAssignTable *&  pTable )

Frees inclusion tables created by MatAssignData::BuildInclusionTable .

参数
[out] pTable The inclusion table to destruct. If the pointer is nullptr nothing happens. The pointer is assigned nullptr afterwards.