C# 클래스 UnityEditor.BuildReporting.BuildReport

상속: Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
SendChanged ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

SendChanged() 공개 메소드

public SendChanged ( ) : void
리턴 void