Rename Animation::track_remove_key_at_position to track_remove_key_at_time

This commit is contained in:
Marcel Admiraal
2020-12-14 16:54:43 +00:00
parent a511a26ad8
commit f5a3cbda19
3 changed files with 7 additions and 7 deletions

View File

@@ -514,15 +514,15 @@
Removes a key by index in a given track.
</description>
</method>
<method name="track_remove_key_at_position">
<method name="track_remove_key_at_time">
<return type="void">
</return>
<argument index="0" name="track_idx" type="int">
</argument>
<argument index="1" name="position" type="float">
<argument index="1" name="time" type="float">
</argument>
<description>
Removes a key by position (seconds) in a given track.
Removes a key at [code]time[/code] in a given track.
</description>
</method>
<method name="track_set_enabled">