Click or drag to resize

OSSetScreenOrientation Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OS.SetScreenOrientation(Godot.OS.ScreenOrientationEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetScreenOrientation is deprecated. Use the ScreenOrientation property instead.")]
public static void SetScreenOrientation(
	OSScreenOrientationEnum orientation
)

Parameters

orientation
Type: GodotOSScreenOrientationEnum

[Missing <param name="orientation"/> documentation for "M:Godot.OS.SetScreenOrientation(Godot.OS.ScreenOrientationEnum)"]

See Also