We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39020e commit 6d0b32cCopy full SHA for 6d0b32c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-flow-interface",
3
- "version": "0.17.22",
+ "version": "0.17.24",
4
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
"type": "module",
6
"module": "dist/index.js",
src/api/service/engine/rs-service-api.ts
@@ -10,4 +10,10 @@ export default interface RsServiceApi {
10
state: {
11
rendering: boolean
12
}
13
+
14
+ isSupportWebXR(): boolean
15
16
+ isWebXRInitialized(): boolean
17
18
+ enterVR(onInitialize: () => void): Promise<void>
19
0 commit comments