C# Class Unity.UNetWeaver.Log

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
ErrorMethod Action
WarningMethod Action

Méthodes publiques

Méthode Description
Error ( string msg ) : void
Warning ( string msg ) : void

Method Details

Error() public static méthode

public static Error ( string msg ) : void
msg string
Résultat void

Warning() public static méthode

public static Warning ( string msg ) : void
msg string
Résultat void

Property Details

ErrorMethod public_oe static_oe property

public static Action ErrorMethod
Résultat Action

WarningMethod public_oe static_oe property

public static Action WarningMethod
Résultat Action