Function EngineSingleton.getIdleFrames
Returns the total number of frames passed since engine initialization which is advanced on each idle frame, regardless of whether the render loop is enabled. See also getFramesDrawn
.
long getIdleFrames() nothrow @nogc const;