Function EngineSingleton.getPhysicsInterpolationFraction
Returns the fraction through the current physics tick we are at the time of rendering the frame. This can be used to implement fixed timestep interpolation.
double getPhysicsInterpolationFraction() nothrow @nogc const;