Skip to content

Commit 05bcfda

Browse files
committed
Minor AnimationNodeBlendSpace2D documentation fixes
Updated a couple parts that seemed to be copied over from AnimationNodeBlendSpace1D
1 parent 96be44c commit 05bcfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/classes/AnimationNodeBlendSpace2D.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</brief_description>
66
<description>
77
A resource used by [AnimationNodeBlendTree].
8-
[AnimationNodeBlendSpace1D] represents a virtual 2D space on which [AnimationRootNode]s are placed. Outputs the linear blend of the three adjacent animations using a [Vector2] weight. Adjacent in this context means the three [AnimationRootNode]s making up the triangle that contains the current value.
8+
[AnimationNodeBlendSpace2D] represents a virtual 2D space on which [AnimationRootNode]s are placed. Outputs the linear blend of the three adjacent animations using a [Vector2] weight. Adjacent in this context means the three [AnimationRootNode]s making up the triangle that contains the current value.
99
You can add vertices to the blend space with [method add_blend_point] and automatically triangulate it by setting [member auto_triangles] to [code]true[/code]. Otherwise, use [method add_triangle] and [method remove_triangle] to triangulate the blend space by hand.
1010
</description>
1111
<tutorials>
@@ -93,7 +93,7 @@
9393
<param index="0" name="point" type="int" />
9494
<param index="1" name="pos" type="Vector2" />
9595
<description>
96-
Updates the position of the point at index [param point] on the blend axis.
96+
Updates the position of the point at index [param point] in the blend space.
9797
</description>
9898
</method>
9999
</methods>

0 commit comments

Comments
 (0)