C# Class GitDiffWindow, UnityGit

Inheritance: EditorWindow
显示文件 Open project: NateWardawg/UnityGit Class Usage Examples

Public Methods

Method Description
Init ( string diffString ) : GitDiffWindow,

Private Methods

Method Description
OnGUI ( ) : void
ShowDiff ( string diff ) : void

Method Details

Init() public static method

public static Init ( string diffString ) : GitDiffWindow,
diffString string
return GitDiffWindow,