class in UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA collection of graphic settings for this SceneView. All graphic settings are boolean.
After changing settings, call SceneView.RepaintAll to redraw the scene with the new values.
allEnabled | Whether all graphic settings are enabled for this SceneViewState. |
alwaysRefresh | Whether to redraw SceneView at a fixed interval. |
alwaysRefreshEnabled | Whether to redraw SceneView at a fixed interval. |
flaresEnabled | Whether lens flares render in this SceneView. |
fogEnabled | Whether fog renders in this SceneView. |
fxEnabled | Whether to render (when enabled) effects in this SceneView. |
imageEffectsEnabled | Whether image effects (post processing) render in this SceneView. |
particleSystemsEnabled | Whether particle systems render in this SceneView. |
showFlares | Whether lens flare rendering is enabled in this SceneView. |
showFog | Whether fog rendering is enabled in this SceneView. |
showImageEffects | Whether image effects (post processing) rendering is enabled in this SceneView. |
showParticleSystems | Whether particle systems rendering is enabled in this SceneView. |
showSkybox | Whether the skybox rendering is enabled in this SceneView. |
showVisualEffectGraphs | Whether visual effect graphs rendering is enabled in this SceneView. |
skyboxEnabled | Whether the skybox renders in this SceneView. |
visualEffectGraphsEnabled | Whether visual effect graphs render in this SceneView. |
SceneView.SceneViewState | Creates a new SceneViewState with either default values or values from another SceneViewState. |
SetAllEnabled | Sets all graphic settings, for this SceneViewState, to either true or false. |