Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
UnityPlatformer
Monitor
C# Class UnityPlatformer.Monitor
Extend this class to print debug-info at screen
Inheritance:
UnityEngine.MonoBehaviour
Mostrar archivo
Open project: llafuente/unity-platformer
Public Properties
Property
Type
Description
debugFontSize
int
position
UnityEngine.Vector2
textColor
UnityEngine.Color
Protected Properties
Property
Type
Description
guiStyle
UnityEngine.GUIStyle
text
string
Public Methods
Method
Description
OnGUI
( ) :
void
Display text
Method Details
OnGUI()
public
method
Display text
public
OnGUI
( ) :
void
return
void
Property Details
debugFontSize
public_oe property
Font size
public
int
debugFontSize
return
int
guiStyle
protected_oe property
Computed style
protected
GUIStyle,UnityEngine
guiStyle
return
UnityEngine.GUIStyle
position
public_oe property
Position in the screen in pixels
public
Vector2,UnityEngine
position
return
UnityEngine.Vector2
text
protected_oe property
Text to be displayed
protected
string
text
return
string
textColor
public_oe property
Text color
public
Color,UnityEngine
textColor
return
UnityEngine.Color