VBoxContainer.xml 589 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VBoxContainer" inherits="BoxContainer" version="3.4">
  3. <brief_description>
  4. Vertical box container.
  5. </brief_description>
  6. <description>
  7. Vertical box container. See [BoxContainer].
  8. </description>
  9. <tutorials>
  10. <link title="3D Voxel Demo">https://godotengine.org/asset-library/asset/676</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. <theme_items>
  17. <theme_item name="separation" type="int" default="4">
  18. The vertical space between the [VBoxContainer]'s elements.
  19. </theme_item>
  20. </theme_items>
  21. </class>