Function ARVRServerSingleton.findInterface

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.

godot.d.reference.Ref!(godot.arvrinterface.ARVRInterface) findInterface (
  const(String) name
) nothrow @nogc const;