Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GameEngine
Debug
C# 클래스 GameEngine.Debug
파일 보기
프로젝트 열기: Kursledare/Mookieraw
공개 프로퍼티들
프로퍼티
타입
설명
DebugLog
List
OnErrorLogEntry
Action
공개 메소드들
메소드
설명
Log
(
string
message
) :
void
Log a debug message here, or an error
LogToDisk
(
string
message
) :
void
메소드 상세
Log()
공개
정적인
메소드
Log a debug message here, or an error
public
static
Log
(
string
message
) :
void
message
string
리턴
void
LogToDisk()
공개
정적인
메소드
public
static
LogToDisk
(
string
message
) :
void
message
string
리턴
void
프로퍼티 상세
DebugLog
공개적으로 정적으로 프로퍼티
public
static
List
DebugLog
리턴
List
OnErrorLogEntry
공개적으로 정적으로 프로퍼티
public
static
Action
OnErrorLogEntry
리턴
Action