12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- :github_url: hide
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the Listener.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_Listener:
- Listener
- ========
- **Inherits:** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Methods
- -------
- +-----------------------------------+-----------------------------------------------------------------------------------------------+
- | void | :ref:`clear_current<class_Listener_method_clear_current>` **(** **)** |
- +-----------------------------------+-----------------------------------------------------------------------------------------------+
- | :ref:`Transform<class_Transform>` | :ref:`get_listener_transform<class_Listener_method_get_listener_transform>` **(** **)** const |
- +-----------------------------------+-----------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_current<class_Listener_method_is_current>` **(** **)** const |
- +-----------------------------------+-----------------------------------------------------------------------------------------------+
- | void | :ref:`make_current<class_Listener_method_make_current>` **(** **)** |
- +-----------------------------------+-----------------------------------------------------------------------------------------------+
- Method Descriptions
- -------------------
- .. _class_Listener_method_clear_current:
- - void **clear_current** **(** **)**
- ----
- .. _class_Listener_method_get_listener_transform:
- - :ref:`Transform<class_Transform>` **get_listener_transform** **(** **)** const
- ----
- .. _class_Listener_method_is_current:
- - :ref:`bool<class_bool>` **is_current** **(** **)** const
- ----
- .. _class_Listener_method_make_current:
- - void **make_current** **(** **)**
|