Click or drag to resize

ARVRServerGetInterface Method

Returns the interface registered at a given index in our list of interfaces.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static ARVRInterface GetInterface(
	int idx
)

Parameters

idx
Type: SystemInt32

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

Return Value

Type: ARVRInterface

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

See Also