C# Class GameDevWare.Charon.Windows.ReportIssueWindow

Inheritance: EditorWindow
Show file Open project: deniszykov/charon-unity3d

Public Properties

Property Type Description
Attachments HashSet
CharonLogPath string
Description string
EditorLogPath string
EditorPrevLogPath string
LastError string
Reporter string
ThanksMessage string
Type IssueType

Protected Methods

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

Private Methods

Method Description
ReportIssue ( string reporter, string description, IssueType type, HashSet attachments ) : Promise
ReportIssueAsync ( string reporter, string description, IssueType type, HashSet attachments ) : IEnumerable
ReportIssueWindow ( ) : System

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnGUI() protected method

protected OnGUI ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

Attachments public property

public HashSet Attachments
return HashSet

CharonLogPath public static property

public static string CharonLogPath
return string

Description public property

public string Description
return string

EditorLogPath public static property

public static string EditorLogPath
return string

EditorPrevLogPath public static property

public static string EditorPrevLogPath
return string

LastError public property

public string LastError
return string

Reporter public property

public string Reporter
return string

ThanksMessage public property

public string ThanksMessage
return string

Type public property

public IssueType Type
return IssueType