class_vboxcontainer.rst 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VBoxContainer.xml.
  6. .. _class_VBoxContainer:
  7. VBoxContainer
  8. =============
  9. **Inherits:** :ref:`BoxContainer<class_BoxContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`FileSystemDock<class_FileSystemDock>`, :ref:`ScriptEditorBase<class_ScriptEditorBase>`
  11. Vertical box container.
  12. Description
  13. -----------
  14. Vertical box container. See :ref:`BoxContainer<class_BoxContainer>`.
  15. Tutorials
  16. ---------
  17. - :doc:`GUI containers <../tutorials/ui/gui_containers>`
  18. - `3D Voxel Demo <https://godotengine.org/asset-library/asset/676>`__
  19. Theme Properties
  20. ----------------
  21. +-----------------------+------------------------------------------------------------------+-------+
  22. | :ref:`int<class_int>` | :ref:`separation<class_VBoxContainer_theme_constant_separation>` | ``4`` |
  23. +-----------------------+------------------------------------------------------------------+-------+
  24. Theme Property Descriptions
  25. ---------------------------
  26. .. _class_VBoxContainer_theme_constant_separation:
  27. - :ref:`int<class_int>` **separation**
  28. +-----------+-------+
  29. | *Default* | ``4`` |
  30. +-----------+-------+
  31. The vertical space between the ``VBoxContainer``'s elements.
  32. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  33. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  34. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  35. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  36. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  37. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`