-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathToolbarToolbox.uxml
More file actions
8 lines (8 loc) · 900 Bytes
/
ToolbarToolbox.uxml
File metadata and controls
8 lines (8 loc) · 900 Bytes
1
2
3
4
5
6
7
8
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:nl3d="Netherlands3D.UI.Components" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False" class="toolbar-toolbox">
<ui:ToggleButtonGroup name="ButtonGroup" class="toolbar-toolbox__group">
<nl3d:Button name="Dome" button-type="Transparent" button-style="IconOnly" icon="SurfaceDome" style="background-color: rgba(0, 70, 153, 0);"/>
<nl3d:Button name="Dome" button-type="transparent" button-style="IconOnly" icon="Sun" display-tooltip-when-elided="true"/>
<nl3d:Button name="Dome" button-type="transparent" button-style="IconOnly" icon="Tile" display-tooltip-when-elided="true"/>
<nl3d:Button name="Screenshot" button-type="Transparent" button-style="IconOnly" icon="Camera"/>
</ui:ToggleButtonGroup>
</ui:UXML>