Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
UnityPlatformer
Monitor
C# Class UnityPlatformer.Monitor
Extend this class to print debug-info at screen
Inheritance:
UnityEngine.MonoBehaviour
Afficher le fichier
Open project: llafuente/unity-platformer
Méthodes publiques
Свойство
Type
Description
debugFontSize
int
position
UnityEngine.Vector2
textColor
UnityEngine.Color
Protected Properties
Свойство
Type
Description
guiStyle
UnityEngine.GUIStyle
text
string
Méthodes publiques
Méthode
Description
OnGUI
( ) :
void
Display text
Method Details
OnGUI()
public
méthode
Display text
public
OnGUI
( ) :
void
Résultat
void
Property Details
debugFontSize
public_oe property
Font size
public
int
debugFontSize
Résultat
int
guiStyle
protected_oe property
Computed style
protected
GUIStyle,UnityEngine
guiStyle
Résultat
UnityEngine.GUIStyle
position
public_oe property
Position in the screen in pixels
public
Vector2,UnityEngine
position
Résultat
UnityEngine.Vector2
text
protected_oe property
Text to be displayed
protected
string
text
Résultat
string
textColor
public_oe property
Text color
public
Color,UnityEngine
textColor
Résultat
UnityEngine.Color