C# Class Google.SettingsDialog

Settings dialog for VersionHandler.
Inheritance: EditorWindow
Mostrar archivo Open project: googlesamples/unity-jar-resolver

Public Methods

Method Description
Initialize ( ) : void

Setup the window's initial position and size.

OnEnable ( ) : void

Called when the window is loaded.

OnGUI ( ) : void

Called when the GUI should be rendered.

Method Details

Initialize() public method

Setup the window's initial position and size.
public Initialize ( ) : void
return void

OnEnable() public method

Called when the window is loaded.
public OnEnable ( ) : void
return void

OnGUI() public method

Called when the GUI should be rendered.
public OnGUI ( ) : void
return void