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

Print warning message with a caller-context variable.

Definition at line 109 of file AVR_DevConsole.cs.

110  {
111  warn(obj.name + "::" + obj.GetType().ToString() + ">> " + s);
112  }
static void warn(string s)
Print a given warning string on the console.