This version of Unity is unsupported.

RenderQueue.Background

Description

This render queue is rendered before any others.

You would typically use this for things that really need to be in the background.

See Also: Material.renderQueue, Shader.renderQueue, subshader tags.