17 INLINE MaterialCollection::
18 ~MaterialCollection() {
void operator+=(const MaterialCollection &other)
Appends the other list onto the end of this one.
void add_materials_from(const MaterialCollection &other)
Adds all the Materials indicated in the other collection to this material.
MaterialCollection operator+(const MaterialCollection &other) const
Returns a MaterialCollection representing the concatenation of the two lists.