C# Class Google.SettingsDialog

Settings dialog for VersionHandler.
Inheritance: EditorWindow
Afficher le fichier Open project: googlesamples/unity-jar-resolver

Méthodes publiques

Méthode 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 méthode

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

OnEnable() public méthode

Called when the window is loaded.
public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

Called when the GUI should be rendered.
public OnGUI ( ) : void
Résultat void