Method group is Obsolete

ScriptableRenderContext.DrawSkybox

Obsolete DrawSkybox is obsolete and replaced with the RendererList API: construct a RendererList using ScriptableRenderContext.CreateSkyboxRendererList and execture it using CommandBuffer.DrawRendererList.

Declaration

public void DrawSkybox(Camera camera);

Parameters

camera Camera to draw the skybox for.

Description

Schedules the drawing of the skybox.


Did you find this page useful? Please give it a rating: