mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
0e3d625737
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
26 lines
673 B
XML
26 lines
673 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VSplitContainer" inherits="SplitContainer" version="4.0">
|
|
<brief_description>
|
|
Vertical split container.
|
|
</brief_description>
|
|
<description>
|
|
Vertical split container. See [SplitContainer]. This goes from top to bottom.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
<theme_items>
|
|
<theme_item name="autohide" type="int" default="1">
|
|
</theme_item>
|
|
<theme_item name="bg" type="StyleBox">
|
|
</theme_item>
|
|
<theme_item name="grabber" type="Texture2D">
|
|
</theme_item>
|
|
<theme_item name="separation" type="int" default="12">
|
|
</theme_item>
|
|
</theme_items>
|
|
</class>
|