Version: 2019.3

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.

変数

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.