Function ARVRServerSingleton.getInterfaceCount

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.

long getInterfaceCount() nothrow @nogc const;