diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-05-31 00:39:00 +0200 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-05-31 00:40:29 +0200 |
commit | adcbcf87dd285343b86b755f287748c3cd205801 (patch) | |
tree | d09b1e6e04aa89ed08469007b1e557a99f30b23c /doc | |
parent | a2cf1c3d049d0ca4de9d939550d1fb21c4d54297 (diff) |
Add track_set_key_time() to Animation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Animation.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index 9885f30883..53d3663d4f 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -562,6 +562,19 @@ Set the value of an existing key. </description> </method> + <method name="track_set_key_time"> + <return type="void"> + </return> + <argument index="0" name="idx" type="int"> + </argument> + <argument index="1" name="key_idx" type="int"> + </argument> + <argument index="2" name="time" type="float"> + </argument> + <description> + Set the time of an existing key. + </description> + </method> <method name="track_set_path"> <return type="void"> </return> |