Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/doc/classes/AnimationNodeAdd2.xml
10277 views
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<class name="AnimationNodeAdd2" inherits="AnimationNodeSync" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
3
<brief_description>
4
Blends two animations additively inside of an [AnimationNodeBlendTree].
5
</brief_description>
6
<description>
7
A resource to add to an [AnimationNodeBlendTree]. Blends two animations additively based on the amount value.
8
If the amount is greater than [code]1.0[/code], the animation connected to "in" port is blended with the amplified animation connected to "add" port.
9
If the amount is less than [code]0.0[/code], the animation connected to "in" port is blended with the inverted animation connected to "add" port.
10
</description>
11
<tutorials>
12
<link title="Using AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>
13
</tutorials>
14
</class>
15
16