Version: 2020.3
言語: 日本語
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.