LuminAR Code Docs
Code documentation for the LuminAR Plugins, developed for Luminary Technology. For the AUT 2015, BCIS Project Course
|
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() |
|
private |
void MyLog.hide | ( | bool | shouldHide | ) |
|
private |
|
private |
|
private |
|
private |
int MyLog.maxLines = 30 |
|
staticprivate |
|
staticprivate |
string MyLog.output = "" |
|
private |
string MyLog.stack = "" |