.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/PathFollow2D.xml. .. _class_PathFollow2D: PathFollow2D ============ **Inherits:** :ref:`Node2D` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`bool` | :ref:`cubic_interp` | ``true`` | +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`float` | :ref:`h_offset` | ``0.0`` | +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`bool` | :ref:`loop` | ``true`` | +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`float` | :ref:`progress` | ``0.0`` | +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`float` | :ref:`progress_ratio` | ``0.0`` | +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`bool` | :ref:`rotates` | ``true`` | +---------------------------+-------------------------------------------------------------------+----------+ | :ref:`float` | :ref:`v_offset` | ``0.0`` | +---------------------------+-------------------------------------------------------------------+----------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_PathFollow2D_property_cubic_interp: .. rst-class:: classref-property :ref:`bool` **cubic_interp** = ``true`` .. rst-class:: classref-property-setget - void **set_cubic_interpolation** **(** :ref:`bool` value **)** - :ref:`bool` **get_cubic_interpolation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow2D_property_h_offset: .. rst-class:: classref-property :ref:`float` **h_offset** = ``0.0`` .. rst-class:: classref-property-setget - void **set_h_offset** **(** :ref:`float` value **)** - :ref:`float` **get_h_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow2D_property_loop: .. rst-class:: classref-property :ref:`bool` **loop** = ``true`` .. rst-class:: classref-property-setget - void **set_loop** **(** :ref:`bool` value **)** - :ref:`bool` **has_loop** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow2D_property_progress: .. rst-class:: classref-property :ref:`float` **progress** = ``0.0`` .. rst-class:: classref-property-setget - void **set_progress** **(** :ref:`float` value **)** - :ref:`float` **get_progress** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow2D_property_progress_ratio: .. rst-class:: classref-property :ref:`float` **progress_ratio** = ``0.0`` .. rst-class:: classref-property-setget - void **set_progress_ratio** **(** :ref:`float` value **)** - :ref:`float` **get_progress_ratio** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow2D_property_rotates: .. rst-class:: classref-property :ref:`bool` **rotates** = ``true`` .. rst-class:: classref-property-setget - void **set_rotates** **(** :ref:`bool` value **)** - :ref:`bool` **is_rotating** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow2D_property_v_offset: .. rst-class:: classref-property :ref:`float` **v_offset** = ``0.0`` .. rst-class:: classref-property-setget - void **set_v_offset** **(** :ref:`float` value **)** - :ref:`float` **get_v_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`