Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Unity
UNetWeaver
Log
C# Class Unity.UNetWeaver.Log
Datei anzeigen
Open project: CarlosHBC/UnityDecompiled
Public Properties
Property
Type
Description
ErrorMethod
Action
WarningMethod
Action
Public Methods
Method
Description
Error
(
string
msg
) :
void
Warning
(
string
msg
) :
void
Method Details
Error()
public
static
method
public
static
Error
(
string
msg
) :
void
msg
string
return
void
Warning()
public
static
method
public
static
Warning
(
string
msg
) :
void
msg
string
return
void
Property Details
ErrorMethod
public_oe static_oe property
public
static
Action
ErrorMethod
return
Action
WarningMethod
public_oe static_oe property
public
static
Action
WarningMethod
return
Action