mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 09:37:03 +02:00
Copy TableContainer from content into engine. It's internal though. Add various stuff to Clyde to allow the UI to access it. Includes a new IClydeInternal.RenderNow() which seems to not completely explode in my face.
12 lines
449 B
XML
12 lines
449 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="Robust.Client.UserInterface.DevWindow">
|
|
<TabContainer>
|
|
<DebugConsole Name="DebugConsole" />
|
|
<DevWindowTabUI Name="UI" />
|
|
<DevWindowTabPerf Name="Perf" />
|
|
<DevWindowTabTextures Name="Textures" />
|
|
<DevWindowTabRenderTargets Name="RenderTargets" />
|
|
</TabContainer>
|
|
</Control>
|