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.
*