Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
UnityPlatformer
Monitor
C# 클래스 UnityPlatformer.Monitor
Extend this class to print debug-info at screen
상속:
UnityEngine.MonoBehaviour
파일 보기
프로젝트 열기: llafuente/unity-platformer
공개 프로퍼티들
프로퍼티
타입
설명
debugFontSize
int
position
UnityEngine.Vector2
textColor
UnityEngine.Color
보호된 프로퍼티들
프로퍼티
타입
설명
guiStyle
UnityEngine.GUIStyle
text
string
공개 메소드들
메소드
설명
OnGUI
( ) :
void
Display text
메소드 상세
OnGUI()
공개
메소드
Display text
public
OnGUI
( ) :
void
리턴
void
프로퍼티 상세
debugFontSize
공개적으로 프로퍼티
Font size
public
int
debugFontSize
리턴
int
guiStyle
보호되어 있는 프로퍼티
Computed style
protected
GUIStyle,UnityEngine
guiStyle
리턴
UnityEngine.GUIStyle
position
공개적으로 프로퍼티
Position in the screen in pixels
public
Vector2,UnityEngine
position
리턴
UnityEngine.Vector2
text
보호되어 있는 프로퍼티
Text to be displayed
protected
string
text
리턴
string
textColor
공개적으로 프로퍼티
Text color
public
Color,UnityEngine
textColor
리턴
UnityEngine.Color