Function Node.getPhysicsProcessDeltaTime
Returns the time elapsed since the last physics-bound frame (see physicsProcess
). This is always a constant value in physics processing unless the frames per second is changed via Engine
.
double getPhysicsProcessDeltaTime() nothrow @nogc const;