MaterialMapList extension

Adds extension for lists of MaterialMap.

on
  • PointerList<MaterialMap>

Operators

operator [](int index) MaterialMap
The object at the given index in the list.
operator []=(int index, MaterialMap value) → void
Sets the value at the given index in the list to value.