C# Class UnityEditor.BuildReporting.BuildReport

Inheritance: Object
Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
SendChanged ( ) : void

Private Methods

Method Description
AddAppendix ( Object obj ) : void
AddFile ( string path, string role ) : void
AddFilesRecursive ( string rootDir, string role ) : void
AddMessage ( LogType messageType, string message ) : void
BeginBuildStep ( string stepName ) : void
BeginBuildStepNoTiming ( string stepName ) : void
DeleteFile ( string path ) : void
DeleteFilesRecursive ( string rootDir ) : void
GetAllAppendices ( ) : Object[]
GetAppendices ( Type type ) : Object[]
GetAppendicesByClassID ( int classID ) : Object[]
GetLatestReport ( ) : BuildReport
RelocateFiles ( string originalPathPrefix, string newPathPrefix ) : void
SummarizeErrors ( ) : string

Method Details

SendChanged() public method

public SendChanged ( ) : void
return void