class_listener.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the Listener.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_Listener:
  6. Listener
  7. ========
  8. **Inherits:** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Methods
  13. -------
  14. +-----------------------------------+-----------------------------------------------------------------------------------------------+
  15. | void | :ref:`clear_current<class_Listener_method_clear_current>` **(** **)** |
  16. +-----------------------------------+-----------------------------------------------------------------------------------------------+
  17. | :ref:`Transform<class_Transform>` | :ref:`get_listener_transform<class_Listener_method_get_listener_transform>` **(** **)** const |
  18. +-----------------------------------+-----------------------------------------------------------------------------------------------+
  19. | :ref:`bool<class_bool>` | :ref:`is_current<class_Listener_method_is_current>` **(** **)** const |
  20. +-----------------------------------+-----------------------------------------------------------------------------------------------+
  21. | void | :ref:`make_current<class_Listener_method_make_current>` **(** **)** |
  22. +-----------------------------------+-----------------------------------------------------------------------------------------------+
  23. Method Descriptions
  24. -------------------
  25. .. _class_Listener_method_clear_current:
  26. - void **clear_current** **(** **)**
  27. ----
  28. .. _class_Listener_method_get_listener_transform:
  29. - :ref:`Transform<class_Transform>` **get_listener_transform** **(** **)** const
  30. ----
  31. .. _class_Listener_method_is_current:
  32. - :ref:`bool<class_bool>` **is_current** **(** **)** const
  33. ----
  34. .. _class_Listener_method_make_current:
  35. - void **make_current** **(** **)**