Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions
+10
View File
@@ -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**