Initial project import
This commit is contained in:
11
node_modules/three-stdlib/webxr/VRButton.d.ts
generated
vendored
Normal file
11
node_modules/three-stdlib/webxr/VRButton.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { WebGLRenderer } from 'three'
|
||||
|
||||
declare class VRButton {
|
||||
static createButton(renderer: WebGLRenderer, sessionInit?: XRSessionInit): HTMLButtonElement | HTMLAnchorElement
|
||||
|
||||
static xrSessionIsGranted: boolean
|
||||
|
||||
static registerSessionGrantedListener(): void
|
||||
}
|
||||
|
||||
export { VRButton }
|
||||
Reference in New Issue
Block a user