1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add support for "Mute Game" toggle in the Android Editor

This commit is contained in:
Anish Mishra
2025-03-21 01:32:34 +05:30
parent 03359c8735
commit afe68f672f
10 changed files with 96 additions and 1 deletions

View File

@@ -90,6 +90,9 @@ object GameMenuUtils {
@JvmStatic
external fun playMainScene()
@JvmStatic
external fun setDebugMuteAudio(enabled: Boolean)
/**
* Returns [GameEmbedMode] stored in the editor settings.
*