class in UnityEditor
/
Implemented 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. |
showFlares | Whether lens flare components render in this SceneView. |
showFog | Whether fog is rendered in this SceneView. |
showImageEffects | Whether image effects (post processing) appear in this SceneView. |
showMaterialUpdate | Whether animated materials update in this SceneView. |
showParticleSystems | Whether particle systems render in this SceneView. |
showSkybox | Whether the skybox renders 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. |