.. 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` **<** :ref:`Spatial` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_speed` **(** **)** const | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_target_path` **(** **)** const | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_interpolation_enabled` **(** **)** const | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_interpolation_enabled` **(** :ref:`bool` target_path **)** | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_speed` **(** :ref:`float` speed **)** | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_target` **(** :ref:`Object` target **)** | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_target_path` **(** :ref:`NodePath` target_path **)** | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`bool` **enabled** - :ref:`float` **speed** - :ref:`NodePath` **target** Member Function Description --------------------------- .. _class_InterpolatedCamera_get_speed: - :ref:`float` **get_speed** **(** **)** const .. _class_InterpolatedCamera_get_target_path: - :ref:`NodePath` **get_target_path** **(** **)** const .. _class_InterpolatedCamera_is_interpolation_enabled: - :ref:`bool` **is_interpolation_enabled** **(** **)** const .. _class_InterpolatedCamera_set_interpolation_enabled: - void **set_interpolation_enabled** **(** :ref:`bool` target_path **)** .. _class_InterpolatedCamera_set_speed: - void **set_speed** **(** :ref:`float` speed **)** .. _class_InterpolatedCamera_set_target: - void **set_target** **(** :ref:`Object` target **)** .. _class_InterpolatedCamera_set_target_path: - void **set_target_path** **(** :ref:`NodePath` target_path **)**