Méthode | Description | |
---|---|---|
Fail ( string message ) : void | ||
Fail ( string message, string detailMessage ) : void | ||
TraceData ( |
||
TraceData ( |
||
TraceEvent ( |
||
UnityDebugTraceListener ( ) : System | ||
UnityDebugTraceListener ( string name ) : System | ||
Write ( object o ) : void | ||
Write ( string message ) : void | ||
WriteLine ( object o ) : void | ||
WriteLine ( object o, string category ) : void | ||
WriteLine ( string message ) : void |
Méthode | Description | |
---|---|---|
LogMessage ( string message, TraceEventType eventType ) : void |
public Fail ( string message, string detailMessage ) : void | ||
message | string | |
detailMessage | string | |
Résultat | void |
public TraceData ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
Résultat | void |
public TraceData ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
data | object | |
Résultat | void |
public TraceEvent ( |
||
eventCache | ||
source | string | |
eventType | TraceEventType | |
id | int | |
format | string | |
Résultat | void |
public UnityDebugTraceListener ( ) : System | ||
Résultat | System |
public UnityDebugTraceListener ( string name ) : System | ||
name | string | |
Résultat | System |
public WriteLine ( object o, string category ) : void | ||
o | object | |
category | string | |
Résultat | void |