C# Class UnityEditor.UI.SelfControllerEditor

Base class for custom editors that are for components that implement the SelfControllerEditor interface.

Inheritance: UnityEditor.Editor
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
OnInspectorGUI ( ) : void

See Editor.OnInspectorGUI.

Method Details

OnInspectorGUI() public method

See Editor.OnInspectorGUI.

public OnInspectorGUI ( ) : void
return void