Version: 2018.4
public static void ClearWithSkybox (bool clearDepth, Camera camera);

パラメーター

clearDepthデプスバッファがクリアされるべきかどうか
cameraカメラからスカイボックスと射影パラメーターを取得する

説明

カメラのスカイボックスで現在のレンダーバッファをクリアします

This draws skybox into the screen or the active RenderTexture. If the passed camera does not have custom Skybox component, the global skybox from RenderSettings will be used.

See Also: GL.Clear.