Package org.mozilla.geckoview
Class GeckoVRManager
Object
org.mozilla.geckoview.GeckoVRManager
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 Summary
Modifier and TypeMethodDescriptionstatic void
setExternalContext
(long externalContext) Sets the external VR context.
-
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.
-