Click or drag to resize

OSLowProcessorUsageMode Property

If true, the engine optimizes for low processor usage by only refreshing the screen if needed. Can improve battery consumption on mobile.

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

Property Value

Type: Boolean
See Also