INNER CODE UNIT · JavaScript
App
hyperfy-xyz/hyperfy · src/core/entities/App.js:29
export class App extends Entity {
constructor(world, data, local) {
super(world, data, local)
this.isApp = true
this.n = 0
this.worldNodes = new Set()
this.hotEvents = 0
this.worldListeners = new Map()
this.listeners = {}
this.eventQueue = []
this.snaps = []
this.root = createNode('group')
this.fields = []
this.target = null
this.projectLimit = Infinity
this.resetOnMove = false
this.animateDelta = 0
this.animateRate = 0.001