C# Class GA_UpdateWindow, TheUnseen

Inheritance: EditorWindow
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method Description
GetNewVersion ( ) : string
SetChanges ( string changes ) : void
SetNewVersion ( string newVersion ) : void
UpdateStatus ( string currentVersion ) : string

Private Methods

Method Description
OnGUI ( ) : void

Method Details

GetNewVersion() public static method

public static GetNewVersion ( ) : string
return string

SetChanges() public static method

public static SetChanges ( string changes ) : void
changes string
return void

SetNewVersion() public static method

public static SetNewVersion ( string newVersion ) : void
newVersion string
return void

UpdateStatus() public static method

public static UpdateStatus ( string currentVersion ) : string
currentVersion string
return string