drawLayers

abstract fun <T, P : Position2D<P>?> drawLayers(    toDraw: Collection<Layer<T, P>>,     environment: Environment<T, P>,     graphics: Graphics2D,     wormhole: Wormhole2D<P>)

Effectively draw the layers.