World Effects Events
Events
trackingstatus
This event is emitted by World Effects when the engine starts and tracking status or reason changes.
Properties
Property | Type | Description |
---|---|---|
status | String | One of LIMITED or NORMAL . |
reason | String | One of INITIALIZING or UNDEFINED . |
Example
world.events.addListener(world.events.globalId, 'reality.trackingstatus', (e) => {
console.log(e)
})