C# 클래스 Google.SettingsDialog

Settings dialog for VersionHandler.
상속: EditorWindow
파일 보기 프로젝트 열기: googlesamples/unity-jar-resolver

공개 메소드들

메소드 설명
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.

메소드 상세

Initialize() 공개 메소드

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

OnEnable() 공개 메소드

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

OnGUI() 공개 메소드

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