⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editorgui.gui

📁 此为游戏源码 是很好 的学习工具阿
💻 GUI
📖 第 1 页 / 共 5 页
字号:
                  increment = "1";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "109 36";
                  extent = "47 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Iterations:";
                  maxLength = "255";
               };
               new GuiTextEditSliderCtrl(watersmooth_factor) {
                  profile = "GuiTextEditProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "166 63";
                  extent = "78 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  maxLength = "255";
                  historySize = "0";
                  password = "0";
                  tabComplete = "0";
                  format = "%0.3f";
                  range = "0 1";
                  increment = "0.001";
               };
            };
            new GuiControl(tab_SmoothRidge) {
               profile = "GuiDefaultProfile";
               horizSizing = "right";
               vertSizing = "bottom";
               position = "0 0";
               extent = "261 198";
               minExtent = "8 8";
               visible = "0";
               helpTag = "0";

               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "6 6";
                  extent = "152 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Ridge Area Smoothing Settings:";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "79 64";
                  extent = "77 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Agressiveness:";
                  maxLength = "255";
               };
               new GuiTextEditSliderCtrl(Ridgesmooth_iter) {
                  profile = "GuiTextEditProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "166 35";
                  extent = "78 18";
                  minExtent = "8 8";
                  visible = "1";
                  command = "Heightfield::saveTab($selectedOperation);Heightfield::preview($selectedOperation);";
                  helpTag = "0";
                  maxLength = "255";
                  historySize = "0";
                  password = "0";
                  tabComplete = "0";
                  format = "%1.0f";
                  range = "0 40";
                  increment = "1";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "109 36";
                  extent = "47 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Iterations:";
                  maxLength = "255";
               };
               new GuiTextEditSliderCtrl(Ridgesmooth_factor) {
                  profile = "GuiTextEditProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "166 63";
                  extent = "78 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  maxLength = "255";
                  historySize = "0";
                  password = "0";
                  tabComplete = "0";
                  format = "%0.3f";
                  range = "0 1";
                  increment = "0.001";
               };
            };
            new GuiControl(tab_Filter) {
               profile = "GuiDefaultProfile";
               horizSizing = "right";
               vertSizing = "bottom";
               position = "0 0";
               extent = "261 198";
               minExtent = "8 8";
               visible = "0";
               helpTag = "0";

               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "6 6";
                  extent = "101 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Height Filter Settings:";
                  maxLength = "255";
               };
               new GuiFilterCtrl(filter) {
                  profile = "GuiDefaultProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "16 29";
                  extent = "130 130";
                  minExtent = "8 8";
                  visible = "1";
                  command = "Heightfield::saveTab($selectedOperation);Heightfield::preview($selectedOperation);";
                  helpTag = "0";
                  controlPoints = "7";
                  filter = "0.000000 0.130770 0.161540 0.223080 0.369230 0.507690 1.000000";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "154 84";
                  extent = "30 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Result";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "68 167";
                  extent = "23 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Input";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "16 160";
                  extent = "16 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "min";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "127 160";
                  extent = "20 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "max";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "150 142";
                  extent = "16 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "min";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "150 28";
                  extent = "20 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "max";
                  maxLength = "255";
               };
               new GuiTextEditSliderCtrl() {
                  profile = "GuiTextEditProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "189 139";
                  extent = "61 18";
                  minExtent = "8 8";
                  visible = "1";
                  variable = "filter.controlPoints";
                  command = "filter.controlPoints = $ThisControl.getValue();Heightfield::saveTab($selectedOperation);Heightfield::preview($selectedOperation);";
                  helpTag = "0";
                  maxLength = "255";
                  historySize = "0";
                  password = "0";
                  tabComplete = "0";
                  format = "%3.0f";
                  range = "2 20";
                  increment = "1";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "187 118";
                  extent = "66 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Control Points";
                  maxLength = "255";
               };
            };
            new GuiControl(tab_Turbulence) {
               profile = "GuiDefaultProfile";
               horizSizing = "right";
               vertSizing = "bottom";
               position = "0 0";
               extent = "261 198";
               minExtent = "8 8";
               visible = "0";
               helpTag = "0";

               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "6 6";
                  extent = "99 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Turbulence Settings:";
                  maxLength = "255";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "65 34";
                  extent = "91 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Turbulence Factor:";
                  maxLength = "255";
               };
               new GuiTextEditSliderCtrl(turbulence_factor) {
                  profile = "GuiTextEditProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "166 35";
                  extent = "78 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  maxLength = "255";
                  historySize = "0";
                  password = "0";
                  tabComplete = "0";
                  format = "%0.3f";
                  range = "0 1";
                  increment = "0.001";
               };
               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "75 61";
                  extent = "81 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  text = "Radius of Effect:";
                  maxLength = "255";
               };
               new GuiTextEditSliderCtrl(turbulence_radius) {
                  profile = "GuiTextEditProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";
                  position = "166 61";
                  extent = "78 18";
                  minExtent = "8 8";
                  visible = "1";
                  helpTag = "0";
                  maxLength = "255";
                  historySize = "0";
                  password = "0";
                  tabComplete = "0";
                  format = "%1.0f";
                  range = "1 40";
                  increment = "1";
               };
            };
            new GuiControl(tab_Thermal) {
               profile = "GuiDefaultProfile";
               horizSizing = "right";
               vertSizing = "bottom";
               position = "0 0";
               extent = "261 198";
               minExtent = "8 8";
               visible = "0";
               helpTag = "0";

               new GuiTextCtrl() {
                  profile = "GuiTextProfile";
                  horizSizing = "right";
                  vertSizing = "bottom";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -