From dd32e2d3313e1a242c868e2fc3ac071a1a7240fe Mon Sep 17 00:00:00 2001 From: "Silc Lizard (Tokage) Renew" <61938263+TokageItLab@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:49:33 +0900 Subject: [PATCH] Add a note of loop_mode for custom_timeline to the NodeAnimation docs --- doc/classes/AnimationNodeAnimation.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/AnimationNodeAnimation.xml b/doc/classes/AnimationNodeAnimation.xml index 0c85e8e6709..70c3e5a26e1 100644 --- a/doc/classes/AnimationNodeAnimation.xml +++ b/doc/classes/AnimationNodeAnimation.xml @@ -17,6 +17,7 @@ If [member use_custom_timeline] is [code]true[/code], override the loop settings of the original [Animation] resource with the value. + [b]Note:[/b] If the [member Animation.loop_mode] isn't set to looping, the [method Animation.track_set_interpolation_loop_wrap] option will not be respected. If you cannot get the expected behavior, consider duplicating the [Animation] resource and changing the loop settings. Determines the playback direction of the animation.