Class GeckoVRManager

Object
org.mozilla.geckoview.GeckoVRManager

public class GeckoVRManager extends Object
Interface for registering the external VR context with WebVR. The context must be registered before Gecko is started. This API is not intended for external consumption. To see an example of how it is used please see the Firefox Reality browser.
See Also:
  • Method Details

    • setExternalContext

      @AnyThread public static void setExternalContext(long externalContext)
      Sets the external VR context. The external VR context is defined here.
      Parameters:
      externalContext - A pointer to the external VR context.