VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Core.AVR_DevConsoleMirror.OnEnable ( )
inlineprivate

Definition at line 32 of file AVR_DevConsoleMirror.cs.

32  {
33  if(DevConsoleInput) {
34  // Focus inputfield automatically when we show this window. We do this on a slight delay. Otherwise it doesn't work.
35  Invoke("FocusInputField", 0.01f);
36  }
37  }