C# 클래스 LogFile, Unity-Build-Manager-Plugin

파일 보기 프로젝트 열기: keiranlovett/Unity-Build-Manager-Plugin 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
LogFile ( string filename, bool echo_to_debug ) : System.Collections
Message ( string msg ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

LogFile() 공개 메소드

public LogFile ( string filename, bool echo_to_debug ) : System.Collections
filename string
echo_to_debug bool
리턴 System.Collections

Message() 공개 메소드

public Message ( string msg ) : void
msg string
리턴 void