C# Class Reporter, Common.Logging.Unity3D

Inheritance: MonoBehaviour
Afficher le fichier Open project: SaladLab/Common.Logging.Unity3D Class Usage Examples

Méthodes publiques

Свойство Type Description
Initialized bool
UserData string
fps float
fpsText string
images Images
maxSize float
numOfCircleToShow int
size Vector2

Méthodes publiques

Méthode Description
AddLog ( string condition, string stacktrace, LogType type ) : void
Awake ( ) : void
CaptureLog ( string condition, string stacktrace, LogType type ) : void
CaptureLogThread ( string condition, string stacktrace, LogType type ) : void
DrawInfo ( ) : void
DrawLogs ( ) : void
DrawReport ( ) : void
Initialize ( ) : void
OnApplicationQuit ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUIDraw ( ) : void
OnLevelWasLoaded ( ) : void
Start ( ) : void
Update ( ) : void
addSample ( ) : void
calculateCurrentLog ( ) : void
calculateStartIndex ( ) : void
clear ( ) : void
doShow ( ) : void
drawGraph ( ) : void
drawInfo_enableDisableToolBarButtons ( ) : void
drawStack ( ) : void
drawToolBar ( ) : void
initializeStyle ( ) : void

Private Methods

Méthode Description
getDownPos ( ) : Vector2
getDrag ( ) : Vector2
isDoubleClickDone ( ) : bool
isGestureDone ( ) : bool
readInfo ( ) : IEnumerator

Method Details

AddLog() public méthode

public AddLog ( string condition, string stacktrace, LogType type ) : void
condition string
stacktrace string
type LogType
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

CaptureLog() public méthode

public CaptureLog ( string condition, string stacktrace, LogType type ) : void
condition string
stacktrace string
type LogType
Résultat void

CaptureLogThread() public méthode

public CaptureLogThread ( string condition, string stacktrace, LogType type ) : void
condition string
stacktrace string
type LogType
Résultat void

DrawInfo() public méthode

public DrawInfo ( ) : void
Résultat void

DrawLogs() public méthode

public DrawLogs ( ) : void
Résultat void

DrawReport() public méthode

public DrawReport ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUIDraw() public méthode

public OnGUIDraw ( ) : void
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addSample() public méthode

public addSample ( ) : void
Résultat void

calculateCurrentLog() public méthode

public calculateCurrentLog ( ) : void
Résultat void

calculateStartIndex() public méthode

public calculateStartIndex ( ) : void
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

doShow() public méthode

public doShow ( ) : void
Résultat void

drawGraph() public méthode

public drawGraph ( ) : void
Résultat void

drawInfo_enableDisableToolBarButtons() public méthode

public drawInfo_enableDisableToolBarButtons ( ) : void
Résultat void

drawStack() public méthode

public drawStack ( ) : void
Résultat void

drawToolBar() public méthode

public drawToolBar ( ) : void
Résultat void

initializeStyle() public méthode

public initializeStyle ( ) : void
Résultat void

Property Details

Initialized public_oe property

public bool Initialized
Résultat bool

UserData public_oe property

public string UserData
Résultat string

fps public_oe property

public float fps
Résultat float

fpsText public_oe property

public string fpsText
Résultat string

images public_oe property

public Images images
Résultat Images

maxSize public_oe property

public float maxSize
Résultat float

numOfCircleToShow public_oe property

public int numOfCircleToShow
Résultat int

size public_oe property

public Vector2 size
Résultat Vector2