{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the maximum number of sprites the SpriteBatch can hold.

== 関数 ==
=== 概要 ===
<source lang="lua">
size = SpriteBatch:getBufferSize( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|size|The maximum number of sprites the batch can hold.}}
== 関連 ==
* [[parent::SpriteBatch (日本語)]]
* [[SpriteBatch:setBufferSize (日本語)]]
* [[SpriteBatch:getCount (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the maximum number of sprites the SpriteBatch can hold.}}
== そのほかの言語 ==
{{i18n (日本語)|SpriteBatch:getBufferSize}}