C# 클래스 DoxygenWindow, Droid-Soccer

A Editor Plugin for automatic doc generation through Doxygen

Author: Jacob Pennock (http://Jacobpennock.com)

Version: 1.0

상속: EditorWindow
파일 보기 프로젝트 열기: repelex/Droid-Soccer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssestsFolder string
BaseFileString string
CurentOutput string
DoxygenOutputString string
Instance DoxygenWindow
SelectedTheme int
Themes string[]
UnityProjectID string

공개 메소드들

메소드 설명
MakeNewDoxyFile ( DoxygenConfig config ) : void
OnDoxygenFinished ( int code ) : void
RunDoxygen ( ) : void
readBaseConfig ( ) : void

비공개 메소드들

메소드 설명
AboutGUI ( ) : void
ConfigGUI ( ) : void
DisplayHeadingToolbar ( ) : void
GenerateGUI ( ) : void
Init ( ) : void
LoadConfig ( ) : void
LoadSavedConfig ( ) : bool
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
SaveConfigtoEditor ( DoxygenConfig config ) : void
SetTheme ( int theme ) : void

메소드 상세

MakeNewDoxyFile() 공개 메소드

public MakeNewDoxyFile ( DoxygenConfig config ) : void
config DoxygenConfig
리턴 void

OnDoxygenFinished() 공개 정적인 메소드

public static OnDoxygenFinished ( int code ) : void
code int
리턴 void

RunDoxygen() 공개 메소드

public RunDoxygen ( ) : void
리턴 void

readBaseConfig() 공개 메소드

public readBaseConfig ( ) : void
리턴 void

프로퍼티 상세

AssestsFolder 공개적으로 프로퍼티

public string AssestsFolder
리턴 string

BaseFileString 공개적으로 프로퍼티

public string BaseFileString
리턴 string

CurentOutput 공개적으로 프로퍼티

public string CurentOutput
리턴 string

DoxygenOutputString 공개적으로 프로퍼티

public string DoxygenOutputString
리턴 string

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

public static DoxygenWindow Instance
리턴 DoxygenWindow

SelectedTheme 공개적으로 프로퍼티

public int SelectedTheme
리턴 int

Themes 공개적으로 프로퍼티

public string[] Themes
리턴 string[]

UnityProjectID 공개적으로 프로퍼티

public string UnityProjectID
리턴 string