Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by congwang0517

I newed a timer,when the delta()>0 ,I want to destory the timer . How to do it?

1 decade ago by Patrick_Ascher

you wanna really destroy it or reset it?

.reset();

destroy: delete an object like every object in JS: delete bar.foo; // foo is gone
Page 1 of 1
« first « previous next › last »