{{newin|[[11.0]]|110||type=function|text=It has been renamed from [[ParticleSystem:getAreaSpread]]}}
Gets the area-based spawn parameters for the particles.
== 関数 ==
=== 概要 ===
<source lang="lua">
distribution, dx, dy, angle, directionRelativeToCenter = ParticleSystem:getEmissionArea( )
</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.}}
{{param (日本語)|number|angle|The angle in radians of the emission area.}}
{{param (日本語)|boolean|directionRelativeToCenter|True if newly spawned particles will be oriented relative to the center of the emission area, false otherwise.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setEmissionArea (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the area-based spawn parameters for the particles.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getEmissionArea}}