The Execution Loop
log "onload"
// gets logged only on the first frame of the apps execution
mainloop:
log "mainloop"
// gets logged every framefor dummies
Last updated
log "onload"
// gets logged only on the first frame of the apps execution
mainloop:
log "mainloop"
// gets logged every frameLast updated