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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user