LuminAR Code Docs
Code documentation for the LuminAR Plugins, developed for Luminary Technology. For the AUT 2015, BCIS Project Course
MyLog Class Reference
Inheritance diagram for MyLog:

Public Member Functions

void hide (bool shouldHide)
 

Public Attributes

string output = ""
 
string stack = ""
 
int maxLines = 30
 

Private Member Functions

void OnEnable ()
 
void OnDisable ()
 
void HandleLog (string logString, string stackTrace, LogType type)
 
void OnGUI ()
 

Private Attributes

bool hidden = true
 
Vector2 scrollPos
 

Static Private Attributes

static string myLog
 
static Queue myLogQueue = new Queue()
 

Member Function Documentation

void MyLog.HandleLog ( string  logString,
string  stackTrace,
LogType  type 
)
private
void MyLog.hide ( bool  shouldHide)
void MyLog.OnDisable ( )
private
void MyLog.OnEnable ( )
private
void MyLog.OnGUI ( )
private

Member Data Documentation

bool MyLog.hidden = true
private
int MyLog.maxLines = 30
string MyLog.myLog
staticprivate
Queue MyLog.myLogQueue = new Queue()
staticprivate
string MyLog.output = ""
Vector2 MyLog.scrollPos
private
string MyLog.stack = ""

The documentation for this class was generated from the following file: