Android Editor: Add game speed control options in game menu bar

This commit is contained in:
Anish Mishra 2025-10-05 23:19:54 +05:30 committed by Anish Kumar
parent ec7d25d355
commit 4501f0f0fe
9 changed files with 155 additions and 0 deletions

View file

@ -95,6 +95,13 @@ object GameMenuUtils {
@JvmStatic
external fun setDebugMuteAudio(enabled: Boolean)
@JvmStatic
external fun resetTimeScale()
@JvmStatic
external fun setTimeScale(scale: Double)
/**
* Returns [GameEmbedMode] stored in the editor settings.
*