From a0c4f849e0abdbdb656c5e0e86c226ace3588555 Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Tue, 31 Jan 2023 02:12:31 +0900 Subject: Consistent with NodeBlendSpace1D option NodeBlendSpace2D Co-authored-by: Skrapion --- doc/classes/AnimationNodeBlendSpace1D.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AnimationNodeBlendSpace1D.xml b/doc/classes/AnimationNodeBlendSpace1D.xml index 0f1ce127cd..9a7872f50e 100644 --- a/doc/classes/AnimationNodeBlendSpace1D.xml +++ b/doc/classes/AnimationNodeBlendSpace1D.xml @@ -67,6 +67,9 @@ + + Controls the interpolation between animations. See [enum BlendMode] constants. + The blend space's axis's upper limit for the points' position. See [method add_blend_point]. @@ -84,4 +87,15 @@ Label of the virtual axis of the blend space. + + + The interpolation between animations is linear. + + + The blend space plays the animation of the node the blending position is closest to. Useful for frame-by-frame 2D animations. + + + Similar to [constant BLEND_MODE_DISCRETE], but starts the new animation at the last animation's playback position. + + -- cgit v1.2.3