C# Class UnityEditor.LightEditor

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

Private Properties

Property Type Description
CommandBufferGUI void
GetRemoveButtonRect UnityEngine.Rect
OnEnable void
OnSceneGUI void
SetOptions void
ShadowsGUI void
UpdateShowOptions void

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
CommandBufferGUI ( ) : void
GetRemoveButtonRect ( Rect r ) : Rect
OnEnable ( ) : void
OnSceneGUI ( ) : void
SetOptions ( AnimBool animBool, bool initialize, bool targetValue ) : void
ShadowsGUI ( ) : void
UpdateShowOptions ( bool initialize ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void