C# Class GameEngine.Debug

Afficher le fichier Open project: Kursledare/Mookieraw

Méthodes publiques

Свойство Type Description
DebugLog List
OnErrorLogEntry Action

Méthodes publiques

Méthode Description
Log ( string message ) : void

Log a debug message here, or an error

LogToDisk ( string message ) : void

Method Details

Log() public static méthode

Log a debug message here, or an error
public static Log ( string message ) : void
message string
Résultat void

LogToDisk() public static méthode

public static LogToDisk ( string message ) : void
message string
Résultat void

Property Details

DebugLog public_oe static_oe property

public static List DebugLog
Résultat List

OnErrorLogEntry public_oe static_oe property

public static Action OnErrorLogEntry
Résultat Action