mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 22:36:38 +03:00
Merge pull request #116504 from miguelrsgoncalves/add-audio-server-units-of-time-doc
Docs: Add units of time to AudioServer's documentation
This commit is contained in:
@@ -186,13 +186,13 @@
|
||||
<method name="get_time_since_last_mix" qualifiers="const">
|
||||
<return type="float" />
|
||||
<description>
|
||||
Returns the relative time since the last mix occurred.
|
||||
Returns the relative time since the last mix occurred, in seconds.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_time_to_next_mix" qualifiers="const">
|
||||
<return type="float" />
|
||||
<description>
|
||||
Returns the relative time until the next mix occurs.
|
||||
Returns the relative time until the next mix occurs, in seconds.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_bus_bypassing_effects" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user