class_interpolatedcamera.rst 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_InterpolatedCamera:
  4. InterpolatedCamera
  5. ==================
  6. **Inherits:** :ref:`Camera<class_camera>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`get_speed<class_InterpolatedCamera_get_speed>` **(** **)** const |
  14. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`NodePath<class_nodepath>` | :ref:`get_target_path<class_InterpolatedCamera_get_target_path>` **(** **)** const |
  16. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`bool<class_bool>` | :ref:`is_interpolation_enabled<class_InterpolatedCamera_is_interpolation_enabled>` **(** **)** const |
  18. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  19. | void | :ref:`set_interpolation_enabled<class_InterpolatedCamera_set_interpolation_enabled>` **(** :ref:`bool<class_bool>` target_path **)** |
  20. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  21. | void | :ref:`set_speed<class_InterpolatedCamera_set_speed>` **(** :ref:`float<class_float>` speed **)** |
  22. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  23. | void | :ref:`set_target<class_InterpolatedCamera_set_target>` **(** :ref:`Camera<class_camera>` target **)** |
  24. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  25. | void | :ref:`set_target_path<class_InterpolatedCamera_set_target_path>` **(** :ref:`NodePath<class_nodepath>` target_path **)** |
  26. +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  27. Member Function Description
  28. ---------------------------
  29. .. _class_InterpolatedCamera_get_speed:
  30. - :ref:`float<class_float>` **get_speed** **(** **)** const
  31. .. _class_InterpolatedCamera_get_target_path:
  32. - :ref:`NodePath<class_nodepath>` **get_target_path** **(** **)** const
  33. .. _class_InterpolatedCamera_is_interpolation_enabled:
  34. - :ref:`bool<class_bool>` **is_interpolation_enabled** **(** **)** const
  35. .. _class_InterpolatedCamera_set_interpolation_enabled:
  36. - void **set_interpolation_enabled** **(** :ref:`bool<class_bool>` target_path **)**
  37. .. _class_InterpolatedCamera_set_speed:
  38. - void **set_speed** **(** :ref:`float<class_float>` speed **)**
  39. .. _class_InterpolatedCamera_set_target:
  40. - void **set_target** **(** :ref:`Camera<class_camera>` target **)**
  41. .. _class_InterpolatedCamera_set_target_path:
  42. - void **set_target_path** **(** :ref:`NodePath<class_nodepath>` target_path **)**