本文へスキップ

xr:スクリーンショットエラー

説明

このイベントはxr:screenshotrequestがエラーになった場合に発生します。

this.app.on('xr:screenshoterror', (detail) => {
console.log(detail)
// スクリーンショットエラーを処理します。
}, this)