メインコンテンツへスキップ

World Effects Events

Events

trackingstatus

This event is emitted by World Effects when the engine starts and tracking status or reason changes.

Properties

PropertyTypeDescription
statusStringOne of LIMITED or NORMAL.
reasonStringOne of INITIALIZING or UNDEFINED.

Example

world.events.addListener(world.events.globalId, 'reality.trackingstatus', (e) => {
console.log(e)
})