API ReferenceXR8isInitialized()Auf dieser SeiteXR8.isInitialized() XR8.isInitialized() Description Indicates whether or not the AR Engine's WebAssembly is initialized. Parameters None Returns A Boolean indicating whether or not the AR Engine's WebAssembly is initialized. Example if (XR8.isInitialized()) { console.log(XR8.version())}