summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeBlend3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimationNodeBlend3.xml')
-rw-r--r--doc/classes/AnimationNodeBlend3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AnimationNodeBlend3.xml b/doc/classes/AnimationNodeBlend3.xml
index 9b9cf80968..f4a108f930 100644
--- a/doc/classes/AnimationNodeBlend3.xml
+++ b/doc/classes/AnimationNodeBlend3.xml
@@ -4,10 +4,10 @@
Blends two of three animations linearly inside of an [AnimationNodeBlendTree].
</brief_description>
<description>
- A resource to add to an [AnimationNodeBlendTree]. Blends two animations together linearly out of three based on a value in the [-1.0, 1.0] range.
+ A resource to add to an [AnimationNodeBlendTree]. Blends two animations together linearly out of three based on a value in the [code][-1.0, 1.0][/code] range.
This node has three inputs:
- The base animation
- - A -blend animation to blend with when the blend amount is in the [-1.0, 0.0] range.
+ - A -blend animation to blend with when the blend amount is in the [code][-1.0, 0.0][/code] range.
- A +blend animation to blend with when the blend amount is in the [code][0.0, 1.0][/code] range
</description>
<tutorials>