UnityEditor.SceneView.SceneViewState.IsAllOn C# (CSharp) Method

IsAllOn() public method

public IsAllOn ( ) : bool
return bool
            public bool IsAllOn()
            {
                return (((this.showFog && this.showMaterialUpdate) && this.showSkybox) && this.showFlares);
            }
SceneView.SceneViewState