ProtoFlux:MulDeltaTime

From Resonite Wiki
Revision as of 06:49, 27 May 2025 by Yosh (talk | contribs) (Added category: ContinuouslyChanging nodes)
*dT
A
*
Time

The Mul Delta Time node takes in a number and returns the value of a delta time that is multiplied by that number. This node makes it super easy to make speed modifiers in code instead of doing it the hard way by using a Delta Time and a Multiply node.

Inputs

A (float)

The multiplicative number to adjust the delta time.

Outputs

* (float)

The new delta time value.