Click or drag to resize

OSGetVideoDriverName Method

Returns the name of the video driver matching the given driver index. This index is a value from OSVideoDriver, and you can use GetCurrentVideoDriver to get the current backend's index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string GetVideoDriverName(
	OSVideoDriver driver
)

Parameters

driver
Type: GodotOSVideoDriver

[Missing <param name="driver"/> documentation for "M:Godot.OS.GetVideoDriverName(Godot.OS.VideoDriver)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.GetVideoDriverName(Godot.OS.VideoDriver)"]

See Also