Click or drag to resize

ARVRServerFindInterface Method

Finds an interface by its name. For instance, if your project uses capabilities of an AR/VR platform, you can find the interface for that platform by name and initialize it.

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

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.ARVRServer.FindInterface(System.String)"]

Return Value

Type: ARVRInterface

[Missing <returns> documentation for "M:Godot.ARVRServer.FindInterface(System.String)"]

See Also