Animation: Document frame duration units in `SpriteFrames`

This commit is contained in:
Danil Alexeev 2024-06-16 18:43:20 +03:00
parent 71699e08c9
commit 3c7b713ef9
No known key found for this signature in database
GPG Key ID: 124453E157DA8DC7
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<param index="2" name="duration" type="float" default="1.0" /> <param index="2" name="duration" type="float" default="1.0" />
<param index="3" name="at_position" type="int" default="-1" /> <param index="3" name="at_position" type="int" default="-1" />
<description> <description>
Adds a frame to the [param anim] animation. If [param at_position] is [code]-1[/code], the frame will be added to the end of the animation. Adds a frame to the [param anim] animation. If [param at_position] is [code]-1[/code], the frame will be added to the end of the animation. [param duration] specifies the relative duration, see [method get_frame_duration] for details.
</description> </description>
</method> </method>
<method name="clear"> <method name="clear">
@ -139,7 +139,7 @@
<param index="2" name="texture" type="Texture2D" /> <param index="2" name="texture" type="Texture2D" />
<param index="3" name="duration" type="float" default="1.0" /> <param index="3" name="duration" type="float" default="1.0" />
<description> <description>
Sets the [param texture] and the [param duration] of the frame [param idx] in the [param anim] animation. Sets the [param texture] and the [param duration] of the frame [param idx] in the [param anim] animation. [param duration] specifies the relative duration, see [method get_frame_duration] for details.
</description> </description>
</method> </method>
</methods> </methods>