Click or drag to resize

ARVRServerGetInterfaceCount Method

Returns the number of interfaces currently registered with the AR/VR server. If your project supports multiple AR/VR platforms, you can look through the available interface, and either present the user with a selection or simply try to initialize each interface and use the first one that returns true.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.ARVRServer.GetInterfaceCount"]

See Also