Animation:update( dt )
Note that this must be called every frame for the Animation to run. See the example.
Usage
Animation:update( dt )
Arguments
dtThe time since last update.
Returns
Nothing
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
Animation:update( dt ) Note that this must be called every frame for the Animation to run. See the example. Usage Animation:update( dt ) Arguments dtThe time since last update. Returns Nothing |