SceneViewState

class in UnityEditor

매뉴얼로 전환

설명

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.

변수

allEnabledWhether all graphic settings are enabled for this SceneViewState.
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.

생성자

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

Public 함수

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