Click or drag to resize

OSSetLowProcessorUsageMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OS.SetLowProcessorUsageMode(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLowProcessorUsageMode is deprecated. Use the LowProcessorUsageMode property instead.")]
public static void SetLowProcessorUsageMode(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.OS.SetLowProcessorUsageMode(System.Boolean)"]

See Also