onUpdate
Usage Example
registerForEvent('onUpdate', function(deltaTime)
print('It has been ' .. deltaTime .. ' ms since the last call')
end)Last updated
registerForEvent('onUpdate', function(deltaTime)
print('It has been ' .. deltaTime .. ' ms since the last call')
end)Last updated