Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DrawSkybox(Camera)

Schedules the drawing of the skybox.
Read time 1 minuteLast updated 5 days ago

Definition

Warning
Deprecated. DrawSkybox is obsolete and replaced with the RendererList API: construct a RendererList using ScriptableRenderContext.CreateSkyboxRendererList and execture it using CommandBuffer.DrawRendererList.
public void DrawSkybox(Camera camera)

Parameters

camera

Camera to draw the skybox for.