Property | Type | Description | |
---|---|---|---|
Initialized | bool | ||
UserData | string | ||
fps | float | ||
fpsText | string | ||
images | Images | ||
maxSize | float | ||
numOfCircleToShow | int | ||
size | Vector2 |
Method | 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 |
Method | Description | |
---|---|---|
getDownPos ( ) : Vector2 | ||
getDrag ( ) : Vector2 | ||
isDoubleClickDone ( ) : bool | ||
isGestureDone ( ) : bool | ||
readInfo ( ) : IEnumerator |
public AddLog ( string condition, string stacktrace, LogType type ) : void | ||
condition | string | |
stacktrace | string | |
type | LogType | |
return | void |
public CaptureLog ( string condition, string stacktrace, LogType type ) : void | ||
condition | string | |
stacktrace | string | |
type | LogType | |
return | void |
public CaptureLogThread ( string condition, string stacktrace, LogType type ) : void | ||
condition | string | |
stacktrace | string | |
type | LogType | |
return | void |
public drawInfo_enableDisableToolBarButtons ( ) : void | ||
return | void |