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