Description
its type is "miapi:gui_group" The GuiGroupComposite allows you to modify the GUI groups of a material by either clearing the existing groups or adjusting them by removing and adding specific groups. You can choose to clear the GUI groups, then remove certain groups and add others. If no groups are specified, the existing groups will be used.
Data
- clear: A boolean value that determines if the existing GUI groups should be cleared before applying the modifications.
- remove: A list of GUI group names (String) to be removed from the existing GUI groups.
- toAdd: A list of GUI group names (String) to be added to the existing GUI groups.