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,
string  obj 
)
inlinestatic

Print with a caller-context variable.

Definition at line 86 of file AVR_DevConsole.cs.

87  {
88  print(obj + ">> " + s);
89  }
static void print(string s)
Print a given string on the console.