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 | 
Functions | |
| void | FreeInclusionTable (MatAssignTable *&pTable) | 
| #define CUSTOMGUI_MATASSIGN | 
Material assignment custom GUI ID.
| #define CUSTOMDATATYPE_MATASSIGN | 
Material assignment custom data type ID.
| 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. |