mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
@@ -14,7 +14,7 @@ AnimationNodeAnimation
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
|
||||
Input animation to use in an :ref:`AnimationNodeBlendTree<class_AnimationNodeBlendTree>`.
|
||||
|
||||
Properties
|
||||
----------
|
||||
@@ -23,6 +23,11 @@ Properties
|
||||
| :ref:`String<class_String>` | :ref:`animation<class_AnimationNodeAnimation_property_animation>` |
|
||||
+-----------------------------+-------------------------------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
A resource to add to an :ref:`AnimationNodeBlendTree<class_AnimationNodeBlendTree>`. Only features one output set using the :ref:`animation<class_AnimationNodeAnimation_property_animation>` property. Use it as an input for :ref:`AnimationNode<class_AnimationNode>` that blend animations together.
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
@@ -36,3 +41,5 @@ Property Descriptions
|
||||
| *Getter* | get_animation() |
|
||||
+----------+----------------------+
|
||||
|
||||
Animation to use as an output. It is one of the animations provided by :ref:`AnimationTree.anim_player<class_AnimationTree_property_anim_player>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user