oculusVROverlay.gui 473 B

12345678910111213141516171819
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = singleton GuiControl(OculusVROverlay) {
  3. canSaveDynamicFields = "0";
  4. Enabled = "1";
  5. isContainer = "1";
  6. Profile = "GuiContentProfile";
  7. HorizSizing = "width";
  8. VertSizing = "height";
  9. Position = "0 0";
  10. Extent = "512 512";
  11. MinExtent = "8 8";
  12. canSave = "1";
  13. Visible = "1";
  14. tooltipprofile = "GuiToolTipProfile";
  15. hovertime = "1000";
  16. useVariable = "0";
  17. tile = "0";
  18. };
  19. //--- OBJECT WRITE END ---