diff options
| author | Will Nations | 2017-12-11 13:05:26 -0600 |
|---|---|---|
| committer | Will Nations | 2017-12-13 23:05:56 -0600 |
| commit | 3533e01eab22d2389fa70b4a47169be46a15ab2f (patch) | |
| tree | 6b8db8a420b63e5f0245462ba9aef710efd89f51 /doc/classes/Animation.xml | |
| parent | 1401b07d328101e11bfd11ad390ace9eff059ee8 (diff) | |
| download | godot-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.xml | 3 |
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"> |
