SceneViewState
class in
UnityEditor
/
Implemented in:UnityEditor
Description 描述
A collection of graphic settings for this SceneView. All graphic settings are boolean.
Properties 属性
|
|
|
|
| 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. |
Public Methods 公共方法
|
|
|
|
| SetAllEnabled | | Sets all graphic settings, for this SceneViewState, to either true or false. |