ProtoFlux:DeltaTime
Returns the time it took to perform the last update, clamped to a maximum of 0.1 seconds.
More actions
dT
Time
The DeltaTime node returns the time it took to perform the last update in seconds, clamped to a maximum value of 0.1 seconds.
Outputs
* (float)
The time it took to perform the last update. This value is clamped to a maximum of 0.1 seconds.
See also
- ProtoFlux:SmoothDeltaTime tries to smooth out the delta time to minimize interference from stutters.
- ProtoFlux:RawDeltaTime returns the raw, unclamped update time.