mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
Add that elapsed_time in CharFXTransform resets when RichTextLabels text is changed
Update doc/classes/CharFXTransform.xml Grammar fix
Co-authored-by: Aaron Record <50304111+LightningAA@users.noreply.github.com>
(cherry picked from commit bf5f5e159e
)
This commit is contained in:
parent
4df2951b5c
commit
78b247c91e
@ -28,7 +28,7 @@
|
||||
The color the character will be drawn with.
|
||||
</member>
|
||||
<member name="elapsed_time" type="float" setter="set_elapsed_time" getter="get_elapsed_time" default="0.0">
|
||||
The time elapsed since the [RichTextLabel] was added to the scene tree (in seconds). Time stops when the project is paused, unless the [RichTextLabel]'s [member Node.pause_mode] is set to [constant Node.PAUSE_MODE_PROCESS].
|
||||
The time elapsed since the [RichTextLabel] was added to the scene tree (in seconds). Time stops when the [RichTextLabel] is paused (see [member Node.pause_mode]). Resets when the text in the [RichTextLabel] is changed.
|
||||
[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden.
|
||||
</member>
|
||||
<member name="env" type="Dictionary" setter="set_environment" getter="get_environment" default="{}">
|
||||
|
Loading…
Reference in New Issue
Block a user