AllowRenderQueueSorting#

Property in WaterRenderer

Obsolete

This property can now be found on WaterRenderer.Surface

Whether to allow sorting using the render queue.

If you need to change the minor part of the render queue (eg +100), then enable this option. As a side effect, it will also disable the front-to-back rendering optimization for Crest. This option does not affect changing the major part of the render queue (eg AlphaTest, Transparent), as that is always allowed.

Declaration#

public bool AllowRenderQueueSorting { get; set; }