mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
Add support for "Mute Game" toggle in the Android Editor
This commit is contained in:
parent
03359c8735
commit
afe68f672f
10 changed files with 96 additions and 1 deletions
|
|
@ -90,6 +90,9 @@ object GameMenuUtils {
|
|||
@JvmStatic
|
||||
external fun playMainScene()
|
||||
|
||||
@JvmStatic
|
||||
external fun setDebugMuteAudio(enabled: Boolean)
|
||||
|
||||
/**
|
||||
* Returns [GameEmbedMode] stored in the editor settings.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue