C# Class uFrameSettingsWindow, uFrame.Editor

Inheritance: EditorWindow
显示文件 Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
DrawTitleBar ( string subTitle ) : void
OnGUI ( ) : void

Private Methods

Method Description
DoPlugin ( ICorePlugin plugin ) : void
OnEnable ( ) : void
ShowWindow ( ) : void
uFrameSettings ( ) : void

Method Details

DrawTitleBar() public static method

public static DrawTitleBar ( string subTitle ) : void
subTitle string
return void

OnGUI() public method

public OnGUI ( ) : void
return void