C# Class Epigene.WebPlayerDebugManager

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
longString string
scrollPosition UnityEngine.Vector2

Protected Properties

Property 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

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
WebPlayerDebugManager ( ) : UnityEngine
addOutput ( string debugging, int from ) : void

Protected Methods

Method Description
allButton ( ) : void
errorButton ( ) : void
exceptionButton ( ) : void
gametimesButton ( ) : void
infoButton ( ) : void
sendHighscore ( string totalscore ) : void
warningButton ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

WebPlayerDebugManager() public method

public WebPlayerDebugManager ( ) : UnityEngine
return UnityEngine

addOutput() public static method

public static addOutput ( string debugging, int from ) : void
debugging string
from int
return void

allButton() protected method

protected allButton ( ) : void
return void

errorButton() protected method

protected errorButton ( ) : void
return void

exceptionButton() protected method

protected exceptionButton ( ) : void
return void

gametimesButton() protected method

protected gametimesButton ( ) : void
return void

infoButton() protected method

protected infoButton ( ) : void
return void

sendHighscore() protected method

protected sendHighscore ( string totalscore ) : void
totalscore string
return void

warningButton() protected method

protected warningButton ( ) : void
return void

Property Details

achievements protected property

protected Epigene.MODEL.Achievements achievements
return Epigene.MODEL.Achievements

activeButton protected property

protected string activeButton
return string

debugOutput protected static property

protected static List debugOutput
return List

highscore protected property

protected string highscore
return string

labelShowHide protected property

protected string labelShowHide
return string

longString public static property

public static string longString
return string

obj protected property

protected GameObject,UnityEngine obj
return UnityEngine.GameObject

scrollPosition public property

public Vector2,UnityEngine scrollPosition
return UnityEngine.Vector2

showDebug protected static property

protected static bool showDebug
return bool

texture protected property

protected Texture2D,UnityEngine texture
return UnityEngine.Texture2D

title protected property

protected string title
return string

updateGUI protected static property

protected static bool updateGUI
return bool