|
@@ -536,43 +536,43 @@
|
|
Set the interpolation type of a given track, from the INTERPOLATION_* enum.
|
|
Set the interpolation type of a given track, from the INTERPOLATION_* enum.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="track_set_key_transition">
|
|
|
|
|
|
+ <method name="track_set_key_time">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
<argument index="0" name="idx" type="int">
|
|
<argument index="0" name="idx" type="int">
|
|
</argument>
|
|
</argument>
|
|
<argument index="1" name="key_idx" type="int">
|
|
<argument index="1" name="key_idx" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="2" name="transition" type="float">
|
|
|
|
|
|
+ <argument index="2" name="time" type="float">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Set the transition curve (easing) for a specific key (see built-in math function "ease").
|
|
|
|
|
|
+ Set the time of an existing key.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="track_set_key_value">
|
|
|
|
|
|
+ <method name="track_set_key_transition">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
<argument index="0" name="idx" type="int">
|
|
<argument index="0" name="idx" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="1" name="key" type="int">
|
|
|
|
|
|
+ <argument index="1" name="key_idx" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="2" name="value" type="Variant">
|
|
|
|
|
|
+ <argument index="2" name="transition" type="float">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Set the value of an existing key.
|
|
|
|
|
|
+ Set the transition curve (easing) for a specific key (see built-in math function "ease").
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="track_set_key_time">
|
|
|
|
|
|
+ <method name="track_set_key_value">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
<argument index="0" name="idx" type="int">
|
|
<argument index="0" name="idx" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="1" name="key_idx" type="int">
|
|
|
|
|
|
+ <argument index="1" name="key" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="2" name="time" type="float">
|
|
|
|
|
|
+ <argument index="2" name="value" type="Variant">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Set the time of an existing key.
|
|
|
|
|
|
+ Set the value of an existing key.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="track_set_path">
|
|
<method name="track_set_path">
|