| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- //--- OBJECT WRITE BEGIN ---
- $guiContent = new GuiConvexEditorCtrl(ConvexEditorGui) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ConvexEditorProfile";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "800 600";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- Docking = "None";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "0";
- AnchorBottom = "0";
- AnchorLeft = "0";
- AnchorRight = "0";
- cameraZRot = "0";
- forceFOV = "0";
- renderMissionArea = "0";
- missionAreaFillColor = "255 0 0 20";
- missionAreaFrameColor = "255 0 0 128";
- allowBorderMove = "0";
- borderMovePixelSize = "20";
- borderMoveSpeed = "0.1";
- consoleFrameColor = "255 0 0 255";
- consoleFillColor = "0 0 0 0";
- consoleSphereLevel = "1";
- consoleCircleSegments = "32";
- consoleLineWidth = "1";
- GizmoProfile = "GlobalGizmoProfile";
- DefaultWidth = "10";
- HoverSplineColor = "0 255 0 255";
- SelectedSplineColor = "255 0 255 255";
- HoverNodeColor = "255 255 255 255";
- new GuiWindowCollapseCtrl(ConvexEditorTreeWindow) {
- internalName = "";
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiWindowProfile";
- HorizSizing = "windowRelative";
- VertSizing = "windowRelative";
- Position = getWord($pref::Video::mode, 0) - 360
- SPC getWord(EditorGuiToolbar.extent, 1) + 6;
- Extent = "360 167";
- MinExtent = "300 100";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- resizeWidth = "1";
- resizeHeight = "1";
- canMove = "1";
- canClose = "0";
- canMinimize = "0";
- canMaximize = "0";
- minSize = "50 50";
- closeCommand = "EditorGui.setEditor( WorldEditorInspectorPlugin );";
- EdgeSnap = "1";
- text = ":: Convex Shape Editor";
-
- new GuiContainer(){
- profile = "ToolsGuiDefaultProfile";
- Position = "5 25";
- Extent = "290 120";
- Docking = "Client";
- Margin = "3 1 3 3 ";
- HorizSizing = "width";
- VertSizing = "height";
- isContainer = "1";
-
- new GuiScrollCtrl() {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "GuiEditorScrollProfile";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "290 118";
- MinExtent = "8 8";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- Docking = "Client";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- vScrollBar = "dynamic";
- lockHorizScroll = "true";
- lockVertScroll = "false";
- constantThumbHeight = "0";
- childMargin = "0 0";
- mouseWheelScrollSpeed = "-1";
- new GuiTreeViewCtrl(ConvexTreeView) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiTreeViewProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "1 1";
- Extent = "283 21";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- hovertime = "1000";
- tabSize = "16";
- textOffset = "2";
- fullRowSelect = "0";
- itemHeight = "21";
- destroyTreeOnSleep = "1";
- MouseDragging = "0";
- MultipleSelections = "0";
- DeleteObjectAllowed = "1";
- DragToItemAllowed = "0";
- showRoot = "1";
- internalNamesOnly = "0";
- };
- };
- };
- };
- new GuiWindowCollapseCtrl(ConvexEditorTipsWindow) {
- CollapseGroup = "-1";
- CollapseGroupNum = "-1";
- resizeWidth = "1";
- resizeHeight = "1";
- canMove = "1";
- canClose = "0";
- canMinimize = "0";
- canMaximize = "0";
- minSize = "50 50";
- EdgeSnap = "1";
- text = "Tips";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiWindowCollapseProfile";
- HorizSizing = "windowRelative";
- VertSizing = "windowRelative";
- position = "6 483";
- Extent = "136 246";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "0";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "1";
- new GuiScrollCtrl() {
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- vScrollBar = "dynamic";
- lockHorizScroll = "1";
- lockVertScroll = "0";
- constantThumbHeight = "0";
- childMargin = "0 0";
- mouseWheelScrollSpeed = "-1";
- Docking = "Client";
- Margin = "3 1 3 3";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- isContainer = "1";
- Profile = "ToolsGuiScrollProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "4 24";
- Extent = "128 218";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- canSaveDynamicFields = "0";
- new GuiTextListCtrl() {
- columns = "0";
- fitParentWidth = "1";
- clipColumnText = "0";
- isContainer = "1";
- Profile = "ToolsGuiTextListProfile";
- HorizSizing = "width";
- VertSizing = "top";
- position = "1 1";
- Extent = "126 2";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- internalName = "TextList";
- canSaveDynamicFields = "0";
- };
- };
- };
- };
- //--- OBJECT WRITE END ---
|