C# Class UnityEditor.BuildReporting.BuildReport

Inheritance: Object
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
SendChanged ( ) : void

Private Methods

Méthode 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 méthode

public SendChanged ( ) : void
Résultat void