TransformList extension

Adds extension for lists of Transform.

on
  • PointerList<Transform>

Operators

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