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

View File

@@ -47,7 +47,7 @@ It is useful for making other nodes follow a path, without coding the movement p
Property Descriptions
---------------------
.. _class_PathFollow2D_cubic_interp:
.. _class_PathFollow2D_cubic_interp:
- :ref:`bool<class_bool>` **cubic_interp**
@@ -63,7 +63,7 @@ The points along the :ref:`Curve2D<class_Curve2D>` of the :ref:`Path2D<class_Pat
There are two answers to this problem: Either increase the number of cached points and increase memory consumption, or make a cubic interpolation between two points at the cost of (slightly) slower calculations.
.. _class_PathFollow2D_h_offset:
.. _class_PathFollow2D_h_offset:
- :ref:`float<class_float>` **h_offset**
@@ -75,7 +75,7 @@ There are two answers to this problem: Either increase the number of cached poin
The node's offset along the curve.
.. _class_PathFollow2D_lookahead:
.. _class_PathFollow2D_lookahead:
- :ref:`float<class_float>` **lookahead**
@@ -85,7 +85,7 @@ The node's offset along the curve.
| *Getter* | get_lookahead() |
+----------+----------------------+
.. _class_PathFollow2D_loop:
.. _class_PathFollow2D_loop:
- :ref:`bool<class_bool>` **loop**
@@ -97,7 +97,7 @@ The node's offset along the curve.
If ``true``, any offset outside the path's length will wrap around, instead of stopping at the ends. Use it for cyclic paths.
.. _class_PathFollow2D_offset:
.. _class_PathFollow2D_offset:
- :ref:`float<class_float>` **offset**
@@ -109,7 +109,7 @@ If ``true``, any offset outside the path's length will wrap around, instead of s
The distance along the path in pixels.
.. _class_PathFollow2D_rotate:
.. _class_PathFollow2D_rotate:
- :ref:`bool<class_bool>` **rotate**
@@ -121,7 +121,7 @@ The distance along the path in pixels.
If ``true``, this node rotates to follow the path, making its descendants rotate.
.. _class_PathFollow2D_unit_offset:
.. _class_PathFollow2D_unit_offset:
- :ref:`float<class_float>` **unit_offset**
@@ -133,7 +133,7 @@ If ``true``, this node rotates to follow the path, making its descendants rotate
The distance along the path as a number in the range 0.0 (for the first vertex) to 1.0 (for the last). This is just another way of expressing the offset within the path, as the offset supplied is multiplied internally by the path's length.
.. _class_PathFollow2D_v_offset:
.. _class_PathFollow2D_v_offset:
- :ref:`float<class_float>` **v_offset**