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