MCPcopy
hub / github.com/libgdx/libgdx / getDeltaTime

Method getDeltaTime

gdx/src/com/badlogic/gdx/Graphics.java:206–206  ·  view source on GitHub ↗

@return the time span between the current frame and the last frame in seconds.

()

Source from the content-addressed store, hash-verified

204
205 /** @return the time span between the current frame and the last frame in seconds. */
206 float getDeltaTime ();
207
208 /** @return the time span between the current frame and the last frame in seconds, without smoothing
209 * @deprecated use {@link #getDeltaTime()} instead. */

Callers 15

renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65

Implementers 1

AbstractGraphicsgdx/src/com/badlogic/gdx/AbstractGraph

Calls

no outgoing calls

Tested by 15

renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52