C# Class Unity.UNetWeaver.Log

Mostra file 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