Is there anyway to manipulate the draw order of sprites on a per instance basis? I'm messing around with a 45 degree top-down perspective and I pretty much just want object.Z = object.Y. As in, the closer it is to the bottom of the screen the lower the draw priority.
object.ZElevation = object.Y with 3d layering enabled on the layer actually does what I want but the sprite automatically zooms as Y increases.