This version of Unity is unsupported.
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.