diff options
author | Silc 'Tokage' Renew <tokage.it.lab@gmail.com> | 2021-10-16 10:04:09 +0900 |
---|---|---|
committer | Silc 'Tokage' Renew <tokage.it.lab@gmail.com> | 2021-10-23 16:50:00 +0900 |
commit | 653e2a550c5e7abe7d400f3a8e17737e1f020211 (patch) | |
tree | b399638e3189d0dff99c56547d2f89228d8b5337 /doc | |
parent | f1f51f5d4b2a4cdf9668fb90387c5d062f2a548b (diff) | |
download | redot-engine-653e2a550c5e7abe7d400f3a8e17737e1f020211.tar.gz |
Fixed animation insertion in SkeletonEditor
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Animation.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index ebcced7dc4..52308d1438 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -226,6 +226,7 @@ <method name="find_track" qualifiers="const"> <return type="int" /> <argument index="0" name="path" type="NodePath" /> + <argument index="1" name="type" type="int" enum="Animation.TrackType" /> <description> Returns the index of the specified track. If the track is not found, return -1. </description> |