This namespace contains an API for interacting with Bling's internal global update loop. Example const ticker = new Bling.ticker.Ticker(); ticker.stop(); ticker.add((deltaTime) => { // do something every frame }); ticker.start(); Classes CountDown Ticker