class_interpolatedcamera.rst 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the InterpolatedCamera.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_InterpolatedCamera:
  5. InterpolatedCamera
  6. ==================
  7. **Inherits:** :ref:`Camera<class_camera>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`float<class_float>` | :ref:`get_speed<class_InterpolatedCamera_get_speed>` **(** **)** const |
  15. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  16. | :ref:`NodePath<class_nodepath>` | :ref:`get_target_path<class_InterpolatedCamera_get_target_path>` **(** **)** const |
  17. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`is_interpolation_enabled<class_InterpolatedCamera_is_interpolation_enabled>` **(** **)** const |
  19. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  20. | void | :ref:`set_interpolation_enabled<class_InterpolatedCamera_set_interpolation_enabled>` **(** :ref:`bool<class_bool>` target_path **)** |
  21. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  22. | void | :ref:`set_speed<class_InterpolatedCamera_set_speed>` **(** :ref:`float<class_float>` speed **)** |
  23. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  24. | void | :ref:`set_target<class_InterpolatedCamera_set_target>` **(** :ref:`Object<class_object>` target **)** |
  25. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  26. | void | :ref:`set_target_path<class_InterpolatedCamera_set_target_path>` **(** :ref:`NodePath<class_nodepath>` target_path **)** |
  27. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  28. Member Variables
  29. ----------------
  30. - :ref:`bool<class_bool>` **enabled**
  31. - :ref:`float<class_float>` **speed**
  32. - :ref:`NodePath<class_nodepath>` **target**
  33. Member Function Description
  34. ---------------------------
  35. .. _class_InterpolatedCamera_get_speed:
  36. - :ref:`float<class_float>` **get_speed** **(** **)** const
  37. .. _class_InterpolatedCamera_get_target_path:
  38. - :ref:`NodePath<class_nodepath>` **get_target_path** **(** **)** const
  39. .. _class_InterpolatedCamera_is_interpolation_enabled:
  40. - :ref:`bool<class_bool>` **is_interpolation_enabled** **(** **)** const
  41. .. _class_InterpolatedCamera_set_interpolation_enabled:
  42. - void **set_interpolation_enabled** **(** :ref:`bool<class_bool>` target_path **)**
  43. .. _class_InterpolatedCamera_set_speed:
  44. - void **set_speed** **(** :ref:`float<class_float>` speed **)**
  45. .. _class_InterpolatedCamera_set_target:
  46. - void **set_target** **(** :ref:`Object<class_object>` target **)**
  47. .. _class_InterpolatedCamera_set_target_path:
  48. - void **set_target_path** **(** :ref:`NodePath<class_nodepath>` target_path **)**