C# Class GameDevWare.Charon.Windows.ReportIssueWindow

Inheritance: EditorWindow
Mostra 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_oe property

public HashSet Attachments
return HashSet

CharonLogPath public_oe static_oe property

public static string CharonLogPath
return string

Description public_oe property

public string Description
return string

EditorLogPath public_oe static_oe property

public static string EditorLogPath
return string

EditorPrevLogPath public_oe static_oe property

public static string EditorPrevLogPath
return string

LastError public_oe property

public string LastError
return string

Reporter public_oe property

public string Reporter
return string

ThanksMessage public_oe property

public string ThanksMessage
return string

Type public_oe property

public IssueType Type
return IssueType