C# 클래스 GA_UpdateWindow, TheUnseen

상속: EditorWindow
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 메소드들

메소드 설명
GetNewVersion ( ) : string
SetChanges ( string changes ) : void
SetNewVersion ( string newVersion ) : void
UpdateStatus ( string currentVersion ) : string

비공개 메소드들

메소드 설명
OnGUI ( ) : void

메소드 상세

GetNewVersion() 공개 정적인 메소드

public static GetNewVersion ( ) : string
리턴 string

SetChanges() 공개 정적인 메소드

public static SetChanges ( string changes ) : void
changes string
리턴 void

SetNewVersion() 공개 정적인 메소드

public static SetNewVersion ( string newVersion ) : void
newVersion string
리턴 void

UpdateStatus() 공개 정적인 메소드

public static UpdateStatus ( string currentVersion ) : string
currentVersion string
리턴 string