From 281a32066b89826982033590f268c0082423e12d Mon Sep 17 00:00:00 2001 From: Flyn San Date: Sat, 4 Oct 2025 22:32:16 +1000 Subject: [PATCH] Fix incorrect AnimationNodeAnimation.timeline_length description --- doc/classes/AnimationNodeAnimation.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/AnimationNodeAnimation.xml b/doc/classes/AnimationNodeAnimation.xml index f4490bc167..b7e06147fe 100644 --- a/doc/classes/AnimationNodeAnimation.xml +++ b/doc/classes/AnimationNodeAnimation.xml @@ -36,7 +36,8 @@ If [code]false[/code], the original animation length is respected. If you set the loop to [member loop_mode], the animation will loop in [member timeline_length]. - If [member use_custom_timeline] is [code]true[/code], offset the start position of the animation. + The length of the custom timeline. + If [member stretch_time_scale] is [code]true[/code], scales the animation to this length. If [code]true[/code], [AnimationNode] provides an animation based on the [Animation] resource with some parameters adjusted.