Click or drag to resize

MobileVRInterfaceSetDisplayWidth Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MobileVRInterface.SetDisplayWidth(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDisplayWidth is deprecated. Use the DisplayWidth property instead.")]
public void SetDisplayWidth(
	float displayWidth
)

Parameters

displayWidth
Type: SystemSingle

[Missing <param name="displayWidth"/> documentation for "M:Godot.MobileVRInterface.SetDisplayWidth(System.Single)"]

See Also