C# 클래스 GameDevWare.Charon.Windows.ReportIssueWindow

상속: EditorWindow
파일 보기 프로젝트 열기: deniszykov/charon-unity3d

공개 프로퍼티들

프로퍼티 타입 설명
Attachments HashSet
CharonLogPath string
Description string
EditorLogPath string
EditorPrevLogPath string
LastError string
Reporter string
ThanksMessage string
Type IssueType

보호된 메소드들

메소드 설명
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ReportIssue ( string reporter, string description, IssueType type, HashSet attachments ) : Promise
ReportIssueAsync ( string reporter, string description, IssueType type, HashSet attachments ) : IEnumerable
ReportIssueWindow ( ) : System

메소드 상세

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnGUI() 보호된 메소드

protected OnGUI ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

Attachments 공개적으로 프로퍼티

public HashSet Attachments
리턴 HashSet

CharonLogPath 공개적으로 정적으로 프로퍼티

public static string CharonLogPath
리턴 string

Description 공개적으로 프로퍼티

public string Description
리턴 string

EditorLogPath 공개적으로 정적으로 프로퍼티

public static string EditorLogPath
리턴 string

EditorPrevLogPath 공개적으로 정적으로 프로퍼티

public static string EditorPrevLogPath
리턴 string

LastError 공개적으로 프로퍼티

public string LastError
리턴 string

Reporter 공개적으로 프로퍼티

public string Reporter
리턴 string

ThanksMessage 공개적으로 프로퍼티

public string ThanksMessage
리턴 string

Type 공개적으로 프로퍼티

public IssueType Type
리턴 IssueType