Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 14:03:23 +02:00
parent 5402f28f59
commit a203daa272
397 changed files with 21934 additions and 16529 deletions
+10 -8
View File
@@ -19,9 +19,9 @@ Blends two of three animations linearly inside of an :ref:`AnimationNodeBlendTre
Properties
----------
+-------------------------+------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`sync<class_AnimationNodeBlend3_property_sync>` |
+-------------------------+------------------------------------------------------+
+-------------------------+------------------------------------------------------+-------+
| :ref:`bool<class_bool>` | :ref:`sync<class_AnimationNodeBlend3_property_sync>` | false |
+-------------------------+------------------------------------------------------+-------+
Description
-----------
@@ -43,11 +43,13 @@ Property Descriptions
- :ref:`bool<class_bool>` **sync**
+----------+---------------------+
| *Setter* | set_use_sync(value) |
+----------+---------------------+
| *Getter* | is_using_sync() |
+----------+---------------------+
+-----------+---------------------+
| *Default* | false |
+-----------+---------------------+
| *Setter* | set_use_sync(value) |
+-----------+---------------------+
| *Getter* | is_using_sync() |
+-----------+---------------------+
If ``true``, sets the ``optimization`` to ``false`` when calling :ref:`AnimationNode.blend_input<class_AnimationNode_method_blend_input>`, forcing the blended animations to update every frame.