setToFrom

abstract fun setToFrom(x0: Int, y0: Int, level0: Int, x1: Int, y1: Int, level1: Int)

Copies the value at x1level1 into x0level0. Equivalent to thisx0,y0,level0 = thisx1,y1,level1