Node.getPhysicsProcessDeltaTime

Returns the time elapsed (in seconds) 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.iterationsPerSecond.

struct Node
@nogc nothrow const
double
getPhysicsProcessDeltaTime
()

Meta