ListOfTransformPointers extension

Adds extension for a list of list of Transforms.

on

Operators

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