Using a single image, draw any number of identical copies of the image using a single call to [[love.graphics.draw]](). This can be used, for example, to draw repeating copies of a single background image with high performance.

A SpriteBatch can be even more useful when the underlying image is a [http://en.wikipedia.org/wiki/Texture_atlas texture atlas] (a single image file containing many independent images); by adding [[Quad]]s to the batch, different sub-images from within the atlas can be drawn.
== コンストラクタ ==
{{#ask: [[Category:Functions (日本語)]] [[Constructs::SpriteBatch (日本語)]] [[Concept:Current]]
| headers=hide
| default=なし。
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}
== 関数 ==
{{#ask: [[Category:Functions (日本語)]] [[parent::SpriteBatch (日本語)||Drawable (日本語)||Object (日本語)]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}
== 列挙型 ==
{{#ask: [[Category:Enums (日本語)]] [[parent::SpriteBatch (日本語)||Drawable (日本語)||Object (日本語)]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}
== 上位型 ==
* [[parent::Drawable (日本語)]]
* [[parent::Object (日本語)]]
== 関連 ==
* [[parent::love.graphics (日本語)]]
[[Category:Types (日本語)]]
{{#set:Description=Store image positions in a buffer, and draw it in one call.}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|SpriteBatch}}