MaterialList extension

Adds extension for lists of Material.

on
  • PointerList<Material>

Operators

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