VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | Static Private Attributes | List of all members
AVR.UEditor.Core.AVR_EditorUtility Class Reference

Static Public Member Functions

static GameObject InstantiatePrefabAsChild (Transform parent, string settings_token)
 
static Font GetFont (string settings_token)
 
static string Unicode_to_String (string unicode)
 
static string Unicode_to_String (int unicode)
 
static bool FAButton (string unicode, bool isBrandIcon=false, int buttonSize=25)
 
static void FALabel (string unicode, bool isBrandIcon=false, int buttonSize=25)
 
static void Documentation_Url (string page)
 
static void EventsSettings_Button (AVR.Core.AVR_Component component)
 

Static Private Attributes

static Font fa_cache => _fa_cache!=null ? _fa_cache : _fa_cache = GetFont("/editor/fonts/font-awesome")
 
static Font _fa_cache
 
static Font fab_cache => _fab_cache != null ? _fab_cache : _fab_cache = GetFont("/editor/fonts/font-awesome-brands")
 
static Font _fab_cache
 

Detailed Description

Definition at line 11 of file _AVR_Core_EditorUtility.cs.