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

Afficher le fichier Open project: keiranlovett/Unity-Build-Manager-Plugin Class Usage Examples

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

LogFile() public méthode

public LogFile ( string filename, bool echo_to_debug ) : System.Collections
filename string
echo_to_debug bool
Résultat System.Collections

Message() public méthode

public Message ( string msg ) : void
msg string
Résultat void