Description :
Code contained in this block is executed every frame. This code is executed 60 times per second.
Uses :
Use this for continuous calculations such as transforming objects, checking for collisions, etc.
Example :
The following code continuously rotates the object counter-clockwise by 2 degrees per frame, or approximately 120 degrees per second.