1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00
Files
godot/scene/2d
Raul Santos 7fd261c8c1 Expose AudioStreamPlayer{2D,3D}::set_playing and remove AudioStreamPlayer::{2D,3D}::_is_active
- The `_is_active` method seems to be unused, so it was removed.
- The `_set_playing` method is now exposed, as the setter of the `playing` property.
    - The `play` method can't be used as a setter because it takes a `float` parameter instead of a `bool` parameter.
2024-08-30 17:16:46 +02:00
..
2024-07-07 19:04:05 +02:00
2024-03-23 12:28:36 +01:00
2023-09-11 11:28:25 +03:00
2023-09-11 11:28:25 +03:00
2023-09-11 11:28:25 +03:00
2024-07-07 19:04:05 +02:00
2024-03-03 15:46:40 -05:00
2024-02-27 11:18:16 +01:00
2024-06-29 10:33:39 -04:00