Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-09-21 09:49:38 +02:00
parent df6316f918
commit ce0bb7b277
494 changed files with 7138 additions and 7027 deletions
+6 -6
View File
@@ -41,7 +41,7 @@ A ParallaxBackground uses one or more :ref:`ParallaxLayer<class_ParallaxLayer>`
Property Descriptions
---------------------
.. _class_ParallaxBackground_scroll_base_offset:
.. _class_ParallaxBackground_scroll_base_offset:
- :ref:`Vector2<class_Vector2>` **scroll_base_offset**
@@ -53,7 +53,7 @@ Property Descriptions
Base position offset of all :ref:`ParallaxLayer<class_ParallaxLayer>` children.
.. _class_ParallaxBackground_scroll_base_scale:
.. _class_ParallaxBackground_scroll_base_scale:
- :ref:`Vector2<class_Vector2>` **scroll_base_scale**
@@ -65,7 +65,7 @@ Base position offset of all :ref:`ParallaxLayer<class_ParallaxLayer>` children.
Base motion scale of all :ref:`ParallaxLayer<class_ParallaxLayer>` children.
.. _class_ParallaxBackground_scroll_ignore_camera_zoom:
.. _class_ParallaxBackground_scroll_ignore_camera_zoom:
- :ref:`bool<class_bool>` **scroll_ignore_camera_zoom**
@@ -77,7 +77,7 @@ Base motion scale of 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_scroll_limit_begin:
.. _class_ParallaxBackground_scroll_limit_begin:
- :ref:`Vector2<class_Vector2>` **scroll_limit_begin**
@@ -89,7 +89,7 @@ If ``true`` elements in :ref:`ParallaxLayer<class_ParallaxLayer>` child aren't a
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_scroll_limit_end>` to work.
.. _class_ParallaxBackground_scroll_limit_end:
.. _class_ParallaxBackground_scroll_limit_end:
- :ref:`Vector2<class_Vector2>` **scroll_limit_end**
@@ -101,7 +101,7 @@ Top left limits for scrolling to begin. If the camera is outside of this limit t
Right bottom 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_scroll_limit_begin>` to work.
.. _class_ParallaxBackground_scroll_offset:
.. _class_ParallaxBackground_scroll_offset:
- :ref:`Vector2<class_Vector2>` **scroll_offset**