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

Definition at line 17 of file AVR_ArcVRWindow.cs.

17  {
18  _titleStyle = new GUIStyle(GUI.skin.label);
19  _titleStyle.fontStyle = FontStyle.Bold;
20 
21  _labelStyle = new GUIStyle(GUI.skin.label);
22 
23  logo = AVR.Core.Utils.Misc.Image2Texture("Packages/com.avr.core/Package_Resources/avr_logo_vr.png");
24 
25  initialized = true;
26  }