Files
godot-docs/classes/class_interpolatedcamera.rst
2017-04-07 22:11:07 +02:00

76 lines
4.0 KiB
ReStructuredText

.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
.. _class_InterpolatedCamera:
InterpolatedCamera
==================
**Inherits:** :ref:`Camera<class_camera>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Member Functions
----------------
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_speed<class_InterpolatedCamera_get_speed>` **(** **)** const |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`NodePath<class_nodepath>` | :ref:`get_target_path<class_InterpolatedCamera_get_target_path>` **(** **)** const |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_interpolation_enabled<class_InterpolatedCamera_is_interpolation_enabled>` **(** **)** const |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_interpolation_enabled<class_InterpolatedCamera_set_interpolation_enabled>` **(** :ref:`bool<class_bool>` target_path **)** |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_speed<class_InterpolatedCamera_set_speed>` **(** :ref:`float<class_float>` speed **)** |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_target<class_InterpolatedCamera_set_target>` **(** :ref:`Camera<class_camera>` target **)** |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_target_path<class_InterpolatedCamera_set_target_path>` **(** :ref:`NodePath<class_nodepath>` target_path **)** |
+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
Member Variables
----------------
- :ref:`bool<class_bool>` **enabled**
- :ref:`float<class_float>` **speed**
- :ref:`NodePath<class_nodepath>` **target**
Member Function Description
---------------------------
.. _class_InterpolatedCamera_get_speed:
- :ref:`float<class_float>` **get_speed** **(** **)** const
.. _class_InterpolatedCamera_get_target_path:
- :ref:`NodePath<class_nodepath>` **get_target_path** **(** **)** const
.. _class_InterpolatedCamera_is_interpolation_enabled:
- :ref:`bool<class_bool>` **is_interpolation_enabled** **(** **)** const
.. _class_InterpolatedCamera_set_interpolation_enabled:
- void **set_interpolation_enabled** **(** :ref:`bool<class_bool>` target_path **)**
.. _class_InterpolatedCamera_set_speed:
- void **set_speed** **(** :ref:`float<class_float>` speed **)**
.. _class_InterpolatedCamera_set_target:
- void **set_target** **(** :ref:`Camera<class_camera>` target **)**
.. _class_InterpolatedCamera_set_target_path:
- void **set_target_path** **(** :ref:`NodePath<class_nodepath>` target_path **)**