Click or drag to resize

OSKeepScreenOn Property

If true, the engine tries to keep the screen on while the game is running. Useful on mobile.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool KeepScreenOn { get; set; }

Property Value

Type: Boolean
See Also