C# Class BRT_BuildReportWindow, CSharpGameFramework

Inheritance: EditorWindow
显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
Init ( BuildReportTool buildInfo ) : void

Private Methods

Method Description
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

Method Details

Init() public method

public Init ( BuildReportTool buildInfo ) : void
buildInfo BuildReportTool
return void