MeshList extension

Adds extension for lists of GlyphInfo.

on
  • PointerList<Mesh>

Operators

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