You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Android Editor: Add game speed control options in game menu bar
This commit is contained in:
committed by
Anish Kumar
parent
ec7d25d355
commit
4501f0f0fe
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user