C# Class LogFile, Unity-Build-Manager-Plugin

Mostra file Open project: keiranlovett/Unity-Build-Manager-Plugin Class Usage Examples

Public Methods

Method Description
Close ( ) : void
LogFile ( string filename, bool echo_to_debug ) : System.Collections
Message ( string msg ) : void

Method Details

Close() public method

public Close ( ) : void
return void

LogFile() public method

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

Message() public method

public Message ( string msg ) : void
msg string
return void