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