class_viewportcontainer.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the ViewportContainer.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_ViewportContainer:
  5. ViewportContainer
  6. =================
  7. **Inherits:** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +--------------------------+------------------------------------------------------------------------------------------------------+
  14. | :ref:`bool<class_bool>` | :ref:`is_stretch_enabled<class_ViewportContainer_is_stretch_enabled>` **(** **)** const |
  15. +--------------------------+------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`set_stretch<class_ViewportContainer_set_stretch>` **(** :ref:`bool<class_bool>` enable **)** |
  17. +--------------------------+------------------------------------------------------------------------------------------------------+
  18. Member Variables
  19. ----------------
  20. - :ref:`bool<class_bool>` **stretch**
  21. Member Function Description
  22. ---------------------------
  23. .. _class_ViewportContainer_is_stretch_enabled:
  24. - :ref:`bool<class_bool>` **is_stretch_enabled** **(** **)** const
  25. .. _class_ViewportContainer_set_stretch:
  26. - void **set_stretch** **(** :ref:`bool<class_bool>` enable **)**