{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数}}
Restricts the drawn sprites in the SpriteBatch to a subset of the total.

== 関数 ==
=== 概要 ===
<source lang="lua">
SpriteBatch:setDrawRange( start, count )
</source>
=== 引数 ===
{{param (日本語)|number|start|The index of the first sprite to draw. Index 1 corresponds to the first sprite added with [[SpriteBatch:add]].}}
{{param (日本語)|number|count|The number of sprites to draw.}}
=== 返値 ===
ありません。

== 関数 ==
Allows all sprites in the SpriteBatch to be drawn.
=== 概要 ===
<source lang="lua">
SpriteBatch:setDrawRange( )
</source>
=== 引数 ===
なし。
=== 返値 ===
ありません。

== 関連 ==
* [[parent::SpriteBatch (日本語)]]
* [[SpriteBatch:getDrawRange (日本語)]]
* [[love.graphics.draw (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Restricts the drawn sprites in the SpriteBatch to a subset of the total.}}
== そのほかの言語 ==
{{i18n (日本語)|SpriteBatch:setDrawRange}}