Click or drag to resize

VisualServerGetVideoAdapterName Method

Returns the name of the video adapter (e.g. "GeForce GTX 1080/PCIe/SSE2").

Note: When running a headless or server binary, this function returns an empty string.

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VisualServer.GetVideoAdapterName"]

See Also