From ff4af94414ff34e1993fa315fa8988af78ee6d8c Mon Sep 17 00:00:00 2001 From: lolligerjoj Date: Thu, 19 Mar 2020 21:08:24 +0100 Subject: Expose Animation::value_track_interpolate to GDscript --- doc/classes/Animation.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index 9529c60771..ceef16f158 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -692,6 +692,17 @@ Sets the update mode (see [enum UpdateMode]) of a value track. + + + + + + + + + Returns the interpolated value at the given time (in seconds). The [code]track_idx[/code] must be the index of a value track. + + -- cgit v1.2.3