C# Class GoogleARCoreInternal.ARDebug

A custom class similar to Unity's Debug.
Afficher le fichier Open project: Melih01/Knight-AR Class Usage Examples

Méthodes publiques

Méthode Description
LogError ( object message ) : void

Logs an error with a stack trace.

LogErrorFormat ( string format ) : void

Logs an error with a stack trace.

Method Details

LogError() public static méthode

Logs an error with a stack trace.
public static LogError ( object message ) : void
message object The error message.
Résultat void

LogErrorFormat() public static méthode

Logs an error with a stack trace.
public static LogErrorFormat ( string format ) : void
format string The string format.
Résultat void