SceneViewState

class in UnityEditor

Cambiar al Manual

Descripción

A 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.

Variables

showFlaresWhether lens flare components render in this SceneView.
showFogWhether fog is rendered in this SceneView.
showImageEffectsWhether image effects (post processing) appear in this SceneView.
showMaterialUpdateWhether animated materials update in this SceneView.
showParticleSystemsWhether particle systems render in this SceneView.
showSkyboxWhether the skybox renders in this SceneView.

Constructores

SceneView.SceneViewStateCreates a new SceneViewState with either default values or values from another SceneViewState.