C# Class GooglePlayServices.SettingsDialog

Settings dialog for PlayServices Resolver.
Inheritance: EditorWindow
显示文件 Open project: googlesamples/unity-jar-resolver

Public Methods

Method Description
Initialize ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void

Called when the GUI should be rendered.

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

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