event tick,how to understand
event tick happens once every frame. the delta time is the time that passed. if you want to add 100 to a float every second you would multiply 100 with delta time.
event tick,how to understand
event tick happens once every frame. the delta time is the time that passed. if you want to add 100 to a float every second you would multiply 100 with delta time.