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

Definition at line 64 of file _AVR_Core_EditorUtility.cs.

64  {
65  if(FAButton("f02d")) {
66  string path = System.IO.Path.GetFullPath(AVR.Core.AVR_Settings.get_string("/editor/documentationPath") + page);
67  Application.OpenURL("file:///"+path);
68  }
69  }
static bool FAButton(string unicode, bool isBrandIcon=false, int buttonSize=25)