.. 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/Parallax2D.xml. .. _class_Parallax2D: Parallax2D ========== **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:`Vector2` | :ref:`autoscroll` | ``Vector2(0, 0)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`follow_viewport` | ``true`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`ignore_camera_scroll` | ``false`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`limit_begin` | ``Vector2(-1e+07, -1e+07)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`limit_end` | ``Vector2(1e+07, 1e+07)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`PhysicsInterpolationMode` | physics_interpolation_mode | ``2`` (overrides :ref:`Node`) | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`repeat_size` | ``Vector2(0, 0)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`int` | :ref:`repeat_times` | ``1`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`screen_offset` | ``Vector2(0, 0)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`scroll_offset` | ``Vector2(0, 0)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`scroll_scale` | ``Vector2(1, 1)`` | +---------------------------------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Parallax2D_property_autoscroll: .. rst-class:: classref-property :ref:`Vector2` **autoscroll** = ``Vector2(0, 0)`` .. rst-class:: classref-property-setget - void **set_autoscroll** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_autoscroll** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_follow_viewport: .. rst-class:: classref-property :ref:`bool` **follow_viewport** = ``true`` .. rst-class:: classref-property-setget - void **set_follow_viewport** **(** :ref:`bool` value **)** - :ref:`bool` **get_follow_viewport** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_ignore_camera_scroll: .. rst-class:: classref-property :ref:`bool` **ignore_camera_scroll** = ``false`` .. rst-class:: classref-property-setget - void **set_ignore_camera_scroll** **(** :ref:`bool` value **)** - :ref:`bool` **is_ignore_camera_scroll** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_limit_begin: .. rst-class:: classref-property :ref:`Vector2` **limit_begin** = ``Vector2(-1e+07, -1e+07)`` .. rst-class:: classref-property-setget - void **set_limit_begin** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_limit_begin** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_limit_end: .. rst-class:: classref-property :ref:`Vector2` **limit_end** = ``Vector2(1e+07, 1e+07)`` .. rst-class:: classref-property-setget - void **set_limit_end** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_limit_end** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_repeat_size: .. rst-class:: classref-property :ref:`Vector2` **repeat_size** = ``Vector2(0, 0)`` .. rst-class:: classref-property-setget - void **set_repeat_size** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_repeat_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_repeat_times: .. rst-class:: classref-property :ref:`int` **repeat_times** = ``1`` .. rst-class:: classref-property-setget - void **set_repeat_times** **(** :ref:`int` value **)** - :ref:`int` **get_repeat_times** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_screen_offset: .. rst-class:: classref-property :ref:`Vector2` **screen_offset** = ``Vector2(0, 0)`` .. rst-class:: classref-property-setget - void **set_screen_offset** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_screen_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_scroll_offset: .. rst-class:: classref-property :ref:`Vector2` **scroll_offset** = ``Vector2(0, 0)`` .. rst-class:: classref-property-setget - void **set_scroll_offset** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_scroll_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Parallax2D_property_scroll_scale: .. rst-class:: classref-property :ref:`Vector2` **scroll_scale** = ``Vector2(1, 1)`` .. rst-class:: classref-property-setget - void **set_scroll_scale** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_scroll_scale** **(** **)** .. 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.)`