aukimi
Documentation
Tutoriels
Astuces
Forum
Communauté
Se connecter
Français
aukimi.com
API JavaScript
lifecycle
7 membres
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)