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

Definition at line 71 of file _AVR_Core_EditorUtility.cs.

71  {
72  if (FAButton("f0e7"))
73  {
74  AVR_Component_EventsWizard.CreateWizard(component);
75  }
76  }
static bool FAButton(string unicode, bool isBrandIcon=false, int buttonSize=25)