xr:スクリーンショットエラー
説明
このイベントはxr:screenshotrequest
がエラーになった場合に発生します。
例
this.app.on('xr:screenshoterror', (detail) => {
console.log(detail)
// スクリーンショットエラーを処理します。
}, this)
このイベントはxr:screenshotrequest
がエラーになった場合に発生します。
this.app.on('xr:screenshoterror', (detail) => {
console.log(detail)
// スクリーンショットエラーを処理します。
}, this)