VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
static void AVR.Core.AVR_DevConsole.cprint ( string  s,
MonoBehaviour  obj 
)
inlinestatic

Print with a caller-context variable.

Definition at line 74 of file AVR_DevConsole.cs.

75  {
76  print(obj.name + "::" + obj.GetType().ToString() + ">> " + s);
77  }
static void print(string s)
Print a given string on the console.