VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
static void AVR.UEditor.Core.AVR_Core_MenuItems.openDocumentation ( )
inlinestatic

Definition at line 21 of file AVR_Core_MenuItems.cs.

22  {
23  string path = System.IO.Path.GetFullPath(AVR.Core.AVR_Settings.get_string("/editor/documentationPath") + "index.html");
24  Application.OpenURL("file:///" + path);
25  }