Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SceneView.SceneViewState

A collection of graphic settings for this SceneView. All graphic settings are boolean.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public class SceneView.SceneViewState

Remarks

After changing settings, call SceneView.RepaintAll to redraw the scene with the new values.

Fields

Value

Description

showFlaresWhether lens flare rendering is enabled in this SceneView.
showFogWhether fog rendering is enabled in this SceneView.
showImageEffectsWhether image effects (post processing) rendering is enabled in this SceneView.
showParticleSystemsWhether particle systems rendering is enabled in this SceneView.
showSkyboxWhether the skybox rendering is enabled in this SceneView.
showVisualEffectGraphsWhether visual effect graphs rendering is enabled in this SceneView.

Constructors

Constructor

Description

SceneViewState()Creates a new SceneView.SceneViewState with either default values or values from another SceneView.SceneViewState.
SceneViewState(UnityEditor.SceneView.SceneViewState)Creates a new SceneView.SceneViewState with either default values or values from another SceneView.SceneViewState.

Properties

Property

Description

allEnabledWhether all graphic settings are enabled for this SceneView.SceneViewState.
alwaysRefreshWhether to redraw SceneView at a fixed interval.
alwaysRefreshEnabledWhether to redraw SceneView at a fixed interval.
cloudsEnabledWhether the clouds are rendered in this SceneView.
flaresEnabledWhether lens flares render in this SceneView.
fogEnabledWhether fog renders in this SceneView.
fxEnabledWhether to render (when enabled) effects in this SceneView.
imageEffectsEnabledWhether image effects (post processing) render in this SceneView.
particleSystemsEnabledWhether particle systems render in this SceneView.
showCloudsWhether the clouds are rendered in this SceneView.
skyboxEnabledWhether the skybox renders in this SceneView.
visualEffectGraphsEnabledWhether visual effect graphs render in this SceneView.

Methods

Method

Description

SetAllEnabledSets all graphic settings, for this SceneView.SceneViewState, to either true or false.