Available since LÖVE 11.0
This function is not supported in earlier versions.
Restricts the drawn sprites in the SpriteBatch to a subset of the total.
SpriteBatch:setDrawRange( start, count )
number startnumber countNothing.
Allows all sprites in the SpriteBatch to be drawn.
SpriteBatch:setDrawRange( )
None.
Nothing.
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/SpriteBatch:setDrawRange