C# Class UnityEditor.LightingWindow

Inheritance: EditorWindow
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
BakeDropDownCallback void
BakedGUI void
Buttons void
ClearCachedProperties void
CreateLightingWindow void
DeveloperBuildEnlightenSettings void
DoBake void
DoBakeReflectionProbes void
DoClear void
DrawHelpGUI void
DrawLightmapResolutionField void
DrawSettingsGUI void
EnlightenBakeSettings void
GeneralSettingsGUI void
ModeToggle void
OnBecameInvisible void
OnBecameVisible void
OnDisable void
OnEnable void
OnGUI void
OnSelectionChange void
PreviewSection void
RealtimeGUI void
RepaintSceneAndGameViews void
ResetSettings void
SetOptions void
Summary void
UpdateAnimatedBools void

Public Methods

Method Description
LightingWindow ( ) : System

Private Methods

Method Description
BakeDropDownCallback ( object data ) : void
BakedGUI ( SerializedObject so, bool enableRealtimeGI, UnityEditor.SerializedProperty enableBakedGI ) : void
Buttons ( ) : void
ClearCachedProperties ( ) : void
CreateLightingWindow ( ) : void
DeveloperBuildEnlightenSettings ( SerializedObject so ) : void
DoBake ( ) : void
DoBakeReflectionProbes ( ) : void
DoClear ( ) : void
DrawHelpGUI ( ) : void
DrawLightmapResolutionField ( SerializedProperty resolution, GUIContent label ) : void
DrawSettingsGUI ( ) : void
EnlightenBakeSettings ( ) : void
GeneralSettingsGUI ( SerializedObject so, bool enableRealtimeGI, bool enableBakedGI ) : void
ModeToggle ( ) : void
OnBecameInvisible ( ) : void
OnBecameVisible ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void
PreviewSection ( ) : void
RealtimeGUI ( SerializedObject so, SerializedProperty enableRealtimeGI ) : void
RepaintSceneAndGameViews ( ) : void
ResetSettings ( object userData, string options, int selected ) : void
SetOptions ( AnimBool animBool, bool initialize, bool targetValue ) : void
Summary ( ) : void
UpdateAnimatedBools ( bool initialize ) : void

Method Details

LightingWindow() public method

public LightingWindow ( ) : System
return System