{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
{{deprecatedin|[[11.0]]|110|type=function|text=This function has been renamed to [[ParticleSystem:getEmissionArea]]}}
Gets the area-based spawn parameters for the particles.
== 関数 ==
=== 概要 ===
<source lang="lua">
distribution, dx, dy = ParticleSystem:getAreaSpread( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|AreaSpreadDistribution|distribution|The type of distribution for new particles.}}
{{param (日本語)|number|dx|The maximum spawn distance from the emitter along the x-axis for uniform distribution, or the standard deviation along the x-axis for normal distribution.}}
{{param (日本語)|number|dy|The maximum spawn distance from the emitter along the y-axis for uniform distribution, or the standard deviation along the y-axis for normal distribution.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setAreaSpread (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the area-based spawn parameters for the particles.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getAreaSpread}}