While SetPixels32 performance is great, there is no option to use a rect as an argument, like the origianl SetPixels:
function SetPixels (x : int, y : int, blockWidth : int, blockHeight : int, colors : Color[], miplevel : int = 0) : void
Is there any plan to include this in the future?