.. 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/PathFollow3D.xml. .. _class_PathFollow3D: PathFollow3D ============ **Inherits:** :ref:`Node3D` **<** :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:`RotationMode` | :ref:`rotation_mode` | ``3`` | +-----------------------------------------------------+---------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`tilt_enabled` | ``true`` | +-----------------------------------------------------+---------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`use_model_front` | ``false`` | +-----------------------------------------------------+---------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`v_offset` | ``0.0`` | +-----------------------------------------------------+---------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform3D` | :ref:`correct_posture` **(** :ref:`Transform3D` transform, :ref:`RotationMode` rotation_mode **)** |static| | +---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_PathFollow3D_RotationMode: .. rst-class:: classref-enumeration enum **RotationMode**: .. _class_PathFollow3D_constant_ROTATION_NONE: .. rst-class:: classref-enumeration-constant :ref:`RotationMode` **ROTATION_NONE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_PathFollow3D_constant_ROTATION_Y: .. rst-class:: classref-enumeration-constant :ref:`RotationMode` **ROTATION_Y** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_PathFollow3D_constant_ROTATION_XY: .. rst-class:: classref-enumeration-constant :ref:`RotationMode` **ROTATION_XY** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_PathFollow3D_constant_ROTATION_XYZ: .. rst-class:: classref-enumeration-constant :ref:`RotationMode` **ROTATION_XYZ** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_PathFollow3D_constant_ROTATION_ORIENTED: .. rst-class:: classref-enumeration-constant :ref:`RotationMode` **ROTATION_ORIENTED** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_PathFollow3D_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_PathFollow3D_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_PathFollow3D_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_PathFollow3D_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_PathFollow3D_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_PathFollow3D_property_rotation_mode: .. rst-class:: classref-property :ref:`RotationMode` **rotation_mode** = ``3`` .. rst-class:: classref-property-setget - void **set_rotation_mode** **(** :ref:`RotationMode` value **)** - :ref:`RotationMode` **get_rotation_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow3D_property_tilt_enabled: .. rst-class:: classref-property :ref:`bool` **tilt_enabled** = ``true`` .. rst-class:: classref-property-setget - void **set_tilt_enabled** **(** :ref:`bool` value **)** - :ref:`bool` **is_tilt_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow3D_property_use_model_front: .. rst-class:: classref-property :ref:`bool` **use_model_front** = ``false`` .. rst-class:: classref-property-setget - void **set_use_model_front** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_model_front** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PathFollow3D_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 `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_PathFollow3D_method_correct_posture: .. rst-class:: classref-method :ref:`Transform3D` **correct_posture** **(** :ref:`Transform3D` transform, :ref:`RotationMode` rotation_mode **)** |static| .. container:: contribute There is currently no description for this method. 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.)`