dt(): numberGet the delta time since last frame.// rotate bean 100 deg per second bean.onUpdate(() => { bean.angle += 100 * dt() })