@return the time span between the current frame and the last frame in seconds.
()
| 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. */ |
no outgoing calls