mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Android Editor: Add game speed control options in game menu bar
This commit is contained in:
parent
ec7d25d355
commit
4501f0f0fe
9 changed files with 155 additions and 0 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue