Engine.get_frames_drawn() is handy too

When the output is being flooded with the “Processing” statement, you can add get_frames_drawn to make each print line unique so it’s easier to tell it’s changing. Of course as Kaan pointed out, you can see the Output Messages counter incrementing on the far right side too… but I like having access to the Frames value in code :slight_smile:

print("processing... ", Engine.get_frames_drawn())

2 Likes

Privacy & Terms