deltaTime
The time interval, in seconds, to advance the simulation.
Declaration
var deltaTime: FloatDiscussion
When mode is ComputeGraphSimulation.SimulationRate.Mode.fixedFrequency or ComputeGraphSimulation.SimulationRate.Mode.fixedTime, the simulation takes between zero and maxSteps fixed-size steps to consume this interval. Any remaining time is accumulated and carried into the next advance.