class_ysort.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_YSort:
  4. YSort
  5. =====
  6. **Inherits:** :ref:`Node2D<class_node2d>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------------------------+-----------------------------------------------------------------------------------------------------+
  13. | void | :ref:`set_sort_enabled<class_YSort_set_sort_enabled>` **(** :ref:`bool<class_bool>` enabled **)** |
  14. +--------------------------+-----------------------------------------------------------------------------------------------------+
  15. | :ref:`bool<class_bool>` | :ref:`is_sort_enabled<class_YSort_is_sort_enabled>` **(** **)** const |
  16. +--------------------------+-----------------------------------------------------------------------------------------------------+
  17. Member Function Description
  18. ---------------------------
  19. .. _class_YSort_set_sort_enabled:
  20. - void **set_sort_enabled** **(** :ref:`bool<class_bool>` enabled **)**
  21. .. _class_YSort_is_sort_enabled:
  22. - :ref:`bool<class_bool>` **is_sort_enabled** **(** **)** const