mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
This commit is contained in:
@@ -59,6 +59,8 @@ Property Descriptions
|
||||
|
||||
The base position offset for all :ref:`ParallaxLayer<class_ParallaxLayer>` children.
|
||||
|
||||
----
|
||||
|
||||
.. _class_ParallaxBackground_property_scroll_base_scale:
|
||||
|
||||
- :ref:`Vector2<class_Vector2>` **scroll_base_scale**
|
||||
@@ -73,6 +75,8 @@ The base position offset for all :ref:`ParallaxLayer<class_ParallaxLayer>` child
|
||||
|
||||
The base motion scale for all :ref:`ParallaxLayer<class_ParallaxLayer>` children.
|
||||
|
||||
----
|
||||
|
||||
.. _class_ParallaxBackground_property_scroll_ignore_camera_zoom:
|
||||
|
||||
- :ref:`bool<class_bool>` **scroll_ignore_camera_zoom**
|
||||
@@ -87,6 +91,8 @@ The base motion scale for all :ref:`ParallaxLayer<class_ParallaxLayer>` children
|
||||
|
||||
If ``true``, elements in :ref:`ParallaxLayer<class_ParallaxLayer>` child aren't affected by the zoom level of the camera.
|
||||
|
||||
----
|
||||
|
||||
.. _class_ParallaxBackground_property_scroll_limit_begin:
|
||||
|
||||
- :ref:`Vector2<class_Vector2>` **scroll_limit_begin**
|
||||
@@ -101,6 +107,8 @@ If ``true``, elements in :ref:`ParallaxLayer<class_ParallaxLayer>` child aren't
|
||||
|
||||
Top-left limits for scrolling to begin. If the camera is outside of this limit, the background will stop scrolling. Must be lower than :ref:`scroll_limit_end<class_ParallaxBackground_property_scroll_limit_end>` to work.
|
||||
|
||||
----
|
||||
|
||||
.. _class_ParallaxBackground_property_scroll_limit_end:
|
||||
|
||||
- :ref:`Vector2<class_Vector2>` **scroll_limit_end**
|
||||
@@ -115,6 +123,8 @@ Top-left limits for scrolling to begin. If the camera is outside of this limit,
|
||||
|
||||
Bottom-right limits for scrolling to end. If the camera is outside of this limit, the background will stop scrolling. Must be higher than :ref:`scroll_limit_begin<class_ParallaxBackground_property_scroll_limit_begin>` to work.
|
||||
|
||||
----
|
||||
|
||||
.. _class_ParallaxBackground_property_scroll_offset:
|
||||
|
||||
- :ref:`Vector2<class_Vector2>` **scroll_offset**
|
||||
|
||||
Reference in New Issue
Block a user