aukimi
Documentation
Tutorials
Tips
Forum
Community
Sign in
Magyar
aukimi.com
JavaScript API
lifecycle
7 members
start()
once when entity starts
update(dt)
every frame, dt in seconds
fixedUpdate(dt)
fixed physics tick
onCollision(other)
physical collision
onTrigger(other)
trigger volume enter
onDestroy()
entity destroyed
main()
console-game entry (async OK)