1 | initial version |
It's only relevant when filters are applied. frame.time_delta will still show the delta time of a frame to its predecessor even when it has been hidden by the filter, giving you wrong readings. frame.time_delta_displayed will show the delta time to the previous displayed frame instead.
I usually only use frame.time_delta_displayed and have no use case example where frame.time_delta would be the better choice.