C# Class GameDevWare.Charon.Windows.ReportIssueWindow

Inheritance: EditorWindow
Afficher le fichier Open project: deniszykov/charon-unity3d

Méthodes publiques

Свойство Type Description
Attachments HashSet
CharonLogPath string
Description string
EditorLogPath string
EditorPrevLogPath string
LastError string
Reporter string
ThanksMessage string
Type IssueType

Méthodes protégées

Méthode Description
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

Private Methods

Méthode 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 méthode

protected OnEnable ( ) : void
Résultat void

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

Attachments public_oe property

public HashSet Attachments
Résultat HashSet

CharonLogPath public_oe static_oe property

public static string CharonLogPath
Résultat string

Description public_oe property

public string Description
Résultat string

EditorLogPath public_oe static_oe property

public static string EditorLogPath
Résultat string

EditorPrevLogPath public_oe static_oe property

public static string EditorPrevLogPath
Résultat string

LastError public_oe property

public string LastError
Résultat string

Reporter public_oe property

public string Reporter
Résultat string

ThanksMessage public_oe property

public string ThanksMessage
Résultat string

Type public_oe property

public IssueType Type
Résultat IssueType