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 start
number count
Nothing.
Allows all sprites in the SpriteBatch to be drawn.
SpriteBatch:setDrawRange( )
None.
Nothing.