C# Class GoogleARCoreInternal.ARDebug

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

Public Methods

Method 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 method

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

LogErrorFormat() public static method

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