C# 클래스 GoogleARCoreInternal.ARDebug

A custom class similar to Unity's Debug.
파일 보기 프로젝트 열기: Melih01/Knight-AR 1 사용 예제들

공개 메소드들

메소드 설명
LogError ( object message ) : void

Logs an error with a stack trace.

LogErrorFormat ( string format ) : void

Logs an error with a stack trace.

메소드 상세

LogError() 공개 정적인 메소드

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

LogErrorFormat() 공개 정적인 메소드

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