Click or drag to resize

OSSetCurrentScreen Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurrentScreen is deprecated. Use the CurrentScreen property instead.")]
public static void SetCurrentScreen(
	int screen
)

Parameters

screen
Type: SystemInt32

[Missing <param name="screen"/> documentation for "M:Godot.OS.SetCurrentScreen(System.Int32)"]

See Also