Unity Products:Amplify Shader Editor/Delta Time: Difference between revisions

From Amplify Creations Wiki
Jump to navigation Jump to search
ampwiki>Amplify RnD Rick
No edit summary
(No difference)

Revision as of 09:18, 24 August 2021

Back to Node List

Delta Time Node

The Delta Time node outputs not only Unity internal elapsed time between frames in seconds but also a smoother value of it and also the inverted value of each one of them.

Output Port Description Type
dt Returns the real time elapsed between frames. Float
1/dt Returns the inverse value of the real time elapsed between frames. Float
smoothDt Returns a smooth time elapsed between frames which takes into account and tone down big delta time variations. Float
1/smoothDt Returns the inverse value of the current smooth delta . Float


Back to Node List