C# 클래스 BRT_BuildReportWindow, CSharpGameFramework

상속: EditorWindow
파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawAssetList void
DrawAuxiliaryBuildSizes void
DrawBuildSizes void
DrawCentralMessage void
DrawDLLList void
DrawHelpScreen void
DrawLargeSizeDisplay void
DrawNames void
DrawOptionsScreen void
DrawOverviewScreen void
DrawPercentages void
DrawReadableSizes void
DrawTopRowButtons void
DrawTotalSize void
ForceStopFileLoadThread void
GetAutoShowWindowTypeGuiIdxFromOptions int
GetCalculationLevelGuiIdxFromOptions int
GetProperBuildSizeDesc string
GoToOverviewScreen void
InitGUISkin void
InitHelpContents void
InitiateDeleteAllUnused void
InitiateDeleteSelected void
InitiateDeleteSelectedInAssetList void
InitiateDeleteSelectedUnused void
InitiateDeleteSelectedUsed void
OnDisable void
OnEnable void
OnFinishOpeningBuildReportFile void
OnFocus void
OnGUI void
OpenBuildInfoAsync void
PingAssetInProject void
RecategorizeDisplayedBuildInfo void
Refresh void
RefreshConfiguredFileFilters void
SetAutoShowWindowTypeFromGuiIdx void
SetCalculationLevelFromGuiIdx void
ShouldShowDeleteButtons bool
Update void
_OpenBuildInfo void

공개 메소드들

메소드 설명
Init ( BuildReportTool buildInfo ) : void

비공개 메소드들

메소드 설명
DrawAssetList ( BuildReportTool list, BuildReportTool filter, int length ) : void
DrawAuxiliaryBuildSizes ( ) : void
DrawBuildSizes ( ) : void
DrawCentralMessage ( string msg ) : void
DrawDLLList ( ) : void
DrawHelpScreen ( ) : void
DrawLargeSizeDisplay ( string label, string desc, string value ) : void
DrawNames ( BuildReportTool list ) : void
DrawOptionsScreen ( ) : void
DrawOverviewScreen ( ) : void
DrawPercentages ( BuildReportTool list ) : void
DrawReadableSizes ( BuildReportTool list ) : void
DrawTopRowButtons ( ) : void
DrawTotalSize ( ) : void
ForceStopFileLoadThread ( ) : void
GetAutoShowWindowTypeGuiIdxFromOptions ( ) : int
GetCalculationLevelGuiIdxFromOptions ( ) : int
GetProperBuildSizeDesc ( ) : string
GoToOverviewScreen ( ) : void
InitGUISkin ( ) : void
InitHelpContents ( ) : void
InitiateDeleteAllUnused ( ) : void
InitiateDeleteSelected ( ) : void
InitiateDeleteSelectedInAssetList ( BuildReportTool listToDeleteFrom ) : void
InitiateDeleteSelectedUnused ( ) : void
InitiateDeleteSelectedUsed ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnFinishOpeningBuildReportFile ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
OpenBuildInfoAsync ( string filepath ) : void
PingAssetInProject ( string file ) : void
RecategorizeDisplayedBuildInfo ( ) : void
Refresh ( ) : void
RefreshConfiguredFileFilters ( ) : void
SetAutoShowWindowTypeFromGuiIdx ( int selectedIdx ) : void
SetCalculationLevelFromGuiIdx ( int selectedIdx ) : void
ShouldShowDeleteButtons ( ) : bool
Update ( ) : void
_OpenBuildInfo ( string filepath ) : void

메소드 상세

Init() 공개 메소드

public Init ( BuildReportTool buildInfo ) : void
buildInfo BuildReportTool
리턴 void