Unity Products:Amplify Shader Editor/Delta Time

From Amplify Creations Wiki
Revision as of 09:18, 24 August 2021 by ampwiki>Amplify RnD Rick
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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