| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689 |
- <GuiSpriteCtrl
- Name="ToolboxDialog"
- Profile="GuiToolboxProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 0"
- Extent="1024 768"
- MinExtent="320 320"
- Visible="1"
- Image="@asset=Sandbox:blueGradient">
-
- <!-- Close Toolbox -->
- <GuiButtonCtrl
- Name="ToolBoxCancelButton"
- Profile="BlueButtonProfile"
- Text="Hide Tools"
- ButtonType="PushButton"
- command="toggleToolbox(true);"
- canSaveDynamicFields="0"
- isContainer="0"
- HorizSizing="relative"
- VertSizing="relative"
- Position="924 738"
- Extent="100 30"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000"
- groupNum="-1"
- useMouseEvents="1" />
-
- <!-- Background and Resolution Panel -->
- <GuiControl
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="805 585"
- Extent="320 160">
-
- <!-- Background Color -->
- <GuiTextCtrl
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiTextProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 4"
- Extent="128 15"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="0"
- hovertime="1000"
- toolTipProfile="GuiToolTipProfile"
- toolTip="Selects the background color for the scene."
- text="Background Color:"
- maxLength="255"
- truncate="0" />
- <GuiPopUpMenuCtrl
- Name="BackgroundColorSelectList"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiPopUpMenuProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 24"
- Extent="180 25"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000"
- toolTipProfile="GuiToolTipProfile"
- toolTip="Selects the background color for the scene."
- tooltipWidth="250"
- maxLength="1024"
- maxPopupHeight="200"
- sbUsesNAColor="0"
- reverseTextList="0"
- bitmapBounds="16 16" />
-
- <!-- Resolution -->
- <GuiTextCtrl
- Name="ResolutionSelectLabel"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiTextProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 64"
- Extent="128 15"
- MinExtent="8 2"
- canSave="1"
- Visible="0"
- Active="1"
- hovertime="1000"
- toolTipProfile="GuiToolTipProfile"
- toolTip="Selects the screen resolution for the window."
- text="Resolution:"
- maxLength="255"
- truncate="0" />
- <GuiPopUpMenuCtrl
- Name="ResolutionSelectList"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiPopUpMenuProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 84"
- Extent="180 25"
- MinExtent="8 2"
- canSave="1"
- Visible="0"
- Active="1"
- hovertime="1000"
- toolTipProfile="GuiToolTipProfile"
- toolTip="Selects the screen resolution for the window."
- tooltipWidth="250"
- maxLength="1024"
- maxPopupHeight="200"
- sbUsesNAColor="0"
- reverseTextList="0"
- bitmapBounds="16 16" />
- <!-- Fullscreen Option -->
- <GuiButtonCtrl
- Name="FullscreenOptionButton"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 110"
- Extent="180 24"
- MinExtent="8 2"
- canSave="1"
- Visible="0"
- Active="1"
- hovertime="1000"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="1"
- Text="Fullscreen"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether the window is full-screen or not."
- Command="setFullscreenOption(FullscreenOptionButton.getValue());"/>
- </GuiControl>
-
- <!-- Toy Custom Controls -->
- <GuiScrollCtrl
- Name="CustomControlsScroller"
- canSaveDynamicFields="1"
- isContainer="1"
- Profile="GuiLightScrollProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="365 30"
- Extent="315 730"
- MinExtent="315 730"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000"
- willFirstRespond="1"
- hScrollBar="alwaysOff"
- vScrollBar="dynamic"
- constantThumbHeight="0"
- childMargin="2 3" >
- <GuiControl
- Name="ToyCustomControls"
- Profile="GuiSunkenContainerProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="3 3"
- Extent="295 705" />
- </GuiScrollCtrl>
- <!-- Toy Selection Panel -->
- <GuiControl
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="32 32"
- Extent="300 900">
-
- <!-- Toy Category -->
- <GuiTextCtrl
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiTextProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 0"
- Extent="120 15"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="0"
- hovertime="1000"
- toolTipProfile="GuiToolTipProfile"
- toolTip="Selects the toy category to play with."
- text="Toy Category:"
- maxLength="255"
- truncate="0" />
- <GuiTextEditCtrl
- Name="ToyCategorySelectList"
- Position="22 18"
- Extent="170 25"
- MinExtent="25 2"
- HorizSizing="relative"
- VertSizing="relative"
- Text=" "
- toy="Sandbox"
- shouldResetToy="0"
- callback="switchCategory"
- isContainer="0"
- active="1"
- Profile="GuiSpinnerProfile"
- tooltipprofile="GuiToolTipProfile"
- hovertime="1000" />
- <GuiImageButtonCtrl
- Name="CategoryDownButton"
- command="ToyCategorySelectList.previousCategory();"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 18"
- Extent="22 25"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000"
- groupNum="-1"
- buttonType="PushButton"
- useMouseEvents="0"
- NormalImage="@asset=Sandbox:minusButtonNormal"
- HoverImage="@asset=Sandbox:minusButtonHover"
- DownImage="@asset=Sandbox:minusButtonDown"
- InactiveImage="@asset=Sandbox:minusButtonInactive" />
- <GuiImageButtonCtrl
- Name="CategoryUpButton"
- command="ToyCategorySelectList.nextCategory();"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="192 18"
- Extent="22 25"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- groupNum="-1"
- buttonType="PushButton"
- useMouseEvents="0"
- NormalImage="@asset=Sandbox:plusButtonNormal"
- HoverImage="@asset=Sandbox:plusButtonHover"
- DownImage="@asset=Sandbox:plusButtonDown"
- InactiveImage="@asset=Sandbox:plusButtonInactive" />
-
- <!-- Toy Selection -->
- <GuiImageButtonCtrl
- Name="PreviousToyButton"
- canSaveDynamicFields="0"
- command="ToyListScroller.scrollToPrevious();"
- isContainer="0"
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="70 65"
- Extent="69 23"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- groupNum="-1"
- buttonType="PushButton"
- useMouseEvents="0"
- NormalImage="@asset=Sandbox:northArrowNormal"
- HoverImage="@asset=Sandbox:northArrowHover"
- DownImage="@asset=Sandbox:northArrowDown" />
-
- <GuiImageButtonCtrl
- Name="NextToyButton"
- command="ToyListScroller.scrollToNext();"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="70 700"
- Extent="69 23"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000"
- groupNum="-1"
- buttonType="PushButton"
- useMouseEvents="0"
- NormalImage="@asset=Sandbox:southArrowNormal"
- HoverImage="@asset=Sandbox:southArrowHover"
- DownImage="@asset=Sandbox:southArrowDown" />
-
- <!-- Toy Selection Scrollbox -->
- <GuiControl
- Name="ToyScrollerContainer"
- canSaveDynamicFields="0"
- isContainer="1"
- Profile="GuiSunkenContainerProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 95"
- Extent="215 600"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000">
-
- <GuiScrollCtrl
- Name="ToyListScroller"
- canSaveDynamicFields="1"
- isContainer="1"
- Profile="GuiLightScrollProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 5"
- Extent="215 575"
- MinExtent="215 575"
- canSave="1"
- Visible="1"
- Active="1"
- hovertime="1000"
- willFirstRespond="1"
- hScrollBar="alwaysOff"
- vScrollBar="dynamic"
- constantThumbHeight="0"
- childMargin="2 3" >
- <GuiDynamicCtrlArrayControl
- Name="ToyListArray"
- canSaveDynamicFields="0"
- internalName="objectList"
- isContainer="1"
- Profile="GuiTransparentProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="25 1"
- Extent="190 300"
- MinExtent="1 2"
- canSave="1"
- Visible="1"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- hovertime="1000"
- colCount="1"
- colSize="180"
- rowSize="50"
- rowSpacing="8"
- colSpacing="8" />
- </GuiScrollCtrl>
- </GuiControl>
- </GuiControl>
- <!-- Options Panel -->
- <GuiControl
- Profile="GuiDefaultProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="805 22"
- Extent="240 550">
- <GuiTextCtrl
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="GuiTextProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 0"
- Extent="120 15"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="0"
- hovertime="1000"
- toolTipProfile="GuiToolTipProfile"
- toolTip="Toggles debug rendering modes."
- text="Debug Options:"
- maxLength="255"
- truncate="0" />
- <!-- Metrics Option -->
- <GuiButtonCtrl
- name="MetricsOptionCheckBox"
- Command="setMetricsOption(MetricsOptionCheckBox.getStateOn());"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 20"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the metrics overlay or not."
- hovertime="100"
- text="Full Metrics"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0" />
-
- <!-- FPS Metrics Option -->
- <GuiButtonCtrl
- name="FpsMetricsOptionCheckBox"
- Command="setFPSMetricsOption(FpsMetricsOptionCheckBox.getStateOn());"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 65"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the FPS metrics overlay or not."
- hovertime="100"
- text="FPS Metric Only"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0" />
-
- <!-- Controllers Option -->
- <GuiButtonCtrl
- name="ControllersOptionCheckBox"
- Command="setControllersOption(ControllersOptionCheckBox.getStateOn());"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 110"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the controllers overlay or not."
- hovertime="100"
- text="Controllers"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0" />
-
- <!-- Joints Option -->
- <GuiButtonCtrl
- name="JointsOptionCheckBox"
- Command="setJointsOption(JointsOptionCheckBox.getStateOn());"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 155"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the joints overlay or not."
- hovertime="100"
- text="Joints"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0" />
- <!-- Wireframe Option -->
- <GuiButtonCtrl
- name="WireframeOptionCheckBox"
- Command="setWireframeOption(WireframeOptionCheckBox.getValue());"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 200"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to render using wireframe or not."
- hovertime="100"
- text="Wireframe"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0" />
-
- <!-- AABB Option -->
- <GuiButtonCtrl
- Name="AABBOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 245"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="setAABBOption(AABBOptionCheckBox.getStateOn());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the AABB overlay or not."
- tooltipWidth="250"
- hovertime="1000"
- text="AABBs"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
- <!-- OOBB Option -->
- <GuiButtonCtrl
- Name="OOBBOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 290"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="setOOBBOption(OOBBOptionCheckBox.getStateOn());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the OOBB overlay or not."
- tooltipWidth="250"
- hovertime="1000"
- text="OOBBs"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
- <!-- Sleep Option -->
- <GuiButtonCtrl
- Name="SleepOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 335"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="setSleepOption(SleepOptionCheckBox.getStateOn());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the sleeping overlay or not."
- tooltipWidth="250"
- hovertime="1000"
- text="Sleeping"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
-
- <!-- Collision-Shapes Option -->
- <GuiButtonCtrl
- Name="CollisionOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 380"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="setCollisionOption(CollisionOptionCheckBox.getStateOn());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the collision-shape overlay or not."
- tooltipWidth="250"
- hovertime="1000"
- text="Collision Shapes"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
- <!-- Position Option -->
- <GuiButtonCtrl
- Name="PositionOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 425"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="setPositionOption(PositionOptionCheckBox.getStateOn());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the position and center-of-mass overlay or not."
- tooltipWidth="250"
- hovertime="1000"
- text="Positions"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
-
- <!-- Sort-Point Option -->
- <GuiButtonCtrl
- Name="SortOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 470"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="setSortOption(SortOptionCheckBox.getStateOn());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to show the sort-point overlay or not."
- tooltipWidth="250"
- hovertime="1000"
- text="Sort Points"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
-
- <!-- Scene-Batching Option -->
- <GuiButtonCtrl
- Name="BatchOptionCheckBox"
- canSaveDynamicFields="0"
- isContainer="0"
- Profile="BlueButtonProfile"
- HorizSizing="relative"
- VertSizing="relative"
- Position="0 515"
- Extent="180 35"
- MinExtent="8 2"
- canSave="1"
- Visible="1"
- Command="SandboxScene.setBatchingEnabled(!SandboxScene.getBatchingEnabled());"
- Active="1"
- tooltipprofile="GuiToolTipProfile"
- ToolTip="Whether to use scene render batching or not."
- tooltipWidth="250"
- hovertime="1000"
- text="Batching"
- groupNum="-1"
- buttonType="ToggleButton"
- useMouseEvents="0"
- useInactiveState="0" />
- </GuiControl>
- </GuiSpriteCtrl>
|