C# Class Epigene.WebPlayerDebugManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Méthodes publiques

Свойство Type Description
longString string
scrollPosition UnityEngine.Vector2

Protected Properties

Свойство Type Description
achievements Epigene.MODEL.Achievements
activeButton string
debugOutput List
highscore string
labelShowHide string
obj UnityEngine.GameObject
showDebug bool
texture UnityEngine.Texture2D
title string
updateGUI bool

Méthodes publiques

Méthode Description
Awake ( ) : void
OnGUI ( ) : void
WebPlayerDebugManager ( ) : UnityEngine
addOutput ( string debugging, int from ) : void

Méthodes protégées

Méthode Description
allButton ( ) : void
errorButton ( ) : void
exceptionButton ( ) : void
gametimesButton ( ) : void
infoButton ( ) : void
sendHighscore ( string totalscore ) : void
warningButton ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

WebPlayerDebugManager() public méthode

public WebPlayerDebugManager ( ) : UnityEngine
Résultat UnityEngine

addOutput() public static méthode

public static addOutput ( string debugging, int from ) : void
debugging string
from int
Résultat void

allButton() protected méthode

protected allButton ( ) : void
Résultat void

errorButton() protected méthode

protected errorButton ( ) : void
Résultat void

exceptionButton() protected méthode

protected exceptionButton ( ) : void
Résultat void

gametimesButton() protected méthode

protected gametimesButton ( ) : void
Résultat void

infoButton() protected méthode

protected infoButton ( ) : void
Résultat void

sendHighscore() protected méthode

protected sendHighscore ( string totalscore ) : void
totalscore string
Résultat void

warningButton() protected méthode

protected warningButton ( ) : void
Résultat void

Property Details

achievements protected_oe property

protected Epigene.MODEL.Achievements achievements
Résultat Epigene.MODEL.Achievements

activeButton protected_oe property

protected string activeButton
Résultat string

debugOutput protected_oe static_oe property

protected static List debugOutput
Résultat List

highscore protected_oe property

protected string highscore
Résultat string

labelShowHide protected_oe property

protected string labelShowHide
Résultat string

longString public_oe static_oe property

public static string longString
Résultat string

obj protected_oe property

protected GameObject,UnityEngine obj
Résultat UnityEngine.GameObject

scrollPosition public_oe property

public Vector2,UnityEngine scrollPosition
Résultat UnityEngine.Vector2

showDebug protected_oe static_oe property

protected static bool showDebug
Résultat bool

texture protected_oe property

protected Texture2D,UnityEngine texture
Résultat UnityEngine.Texture2D

title protected_oe property

protected string title
Résultat string

updateGUI protected_oe static_oe property

protected static bool updateGUI
Résultat bool