Class SceneView.SceneViewState
  
  
  
  
    Inheritance
    
    SceneView.SceneViewState
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    [Serializable]
public class SceneViewState
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SceneViewState()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SceneViewState(SceneView.SceneViewState)
  
  
  Declaration
  
    public SceneViewState(SceneView.SceneViewState other)
   
  Parameters
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  showFlares
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  showFog
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  showImageEffects
  
  
  Declaration
  
    public bool showImageEffects
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  showMaterialUpdate
  
  
  Declaration
  
    public bool showMaterialUpdate
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  showParticleSystems
  
  
  Declaration
  
    public bool showParticleSystems
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  showSkybox
  
  
  Declaration
  
  Field Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsAllOn()
  
  
  Declaration
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Toggle(Boolean)
  
  
  Declaration
  
    public void Toggle(bool value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Boolean | value |  | 
    
  
  Extension Methods