Class DrawSkyboxPass
Draw the skybox into the given color buffer using the given depth buffer for depth testing.
This pass renders the standard Unity skybox.
상속된 멤버
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public class DrawSkyboxPass : ScriptableRenderPass
생성자
이름 | 설명 |
---|---|
DrawSkyboxPass(RenderPassEvent) |
메서드
이름 | 설명 |
---|---|
Execute(ScriptableRenderContext, ref RenderingData) | Execute the pass. This is where custom rendering occurs. Specific details are left to the implementation |