aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Animation.xml
diff options
context:
space:
mode:
authorWill Nations2017-12-11 13:05:26 -0600
committerWill Nations2017-12-13 23:05:56 -0600
commit3533e01eab22d2389fa70b4a47169be46a15ab2f (patch)
tree6b8db8a420b63e5f0245462ba9aef710efd89f51 /doc/classes/Animation.xml
parent1401b07d328101e11bfd11ad390ace9eff059ee8 (diff)
downloadgodot-3533e01eab22d2389fa70b4a47169be46a15ab2f.tar.gz
godot-3533e01eab22d2389fa70b4a47169be46a15ab2f.tar.zst
godot-3533e01eab22d2389fa70b4a47169be46a15ab2f.zip
[DOCS] Animation, CanvasItem, Curve3D, Curve
Diffstat (limited to 'doc/classes/Animation.xml')
-rw-r--r--doc/classes/Animation.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml
index 93b01a466..dd248d18f 100644
--- a/doc/classes/Animation.xml
+++ b/doc/classes/Animation.xml
@@ -38,6 +38,7 @@
<argument index="1" name="to_animation" type="Animation">
</argument>
<description>
+ Adds a new track that is a copy of the given track from [code]to_animation[/code].
</description>
</method>
<method name="find_track" qualifiers="const">
@@ -260,6 +261,7 @@
<argument index="0" name="idx" type="int">
</argument>
<description>
+ Returns [code]true[/code] if the track at index [code]idx[/code] is enabled.
</description>
</method>
<method name="track_is_imported" qualifiers="const">
@@ -319,6 +321,7 @@
<argument index="1" name="enabled" type="bool">
</argument>
<description>
+ Enables/disables the given track. Tracks are enabled by default.
</description>
</method>
<method name="track_set_imported">